wip: change flat tags colors (in browser/caption/iconUrl field)
This commit is contained in:
parent
4e7f1e43c0
commit
6cc34d1f97
1 changed files with 5 additions and 2 deletions
|
@ -585,20 +585,23 @@ i.info {
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
border-bottom: 1px solid #444;
|
border-bottom: 1px solid #bebebe;
|
||||||
}
|
}
|
||||||
.flat-tabs button {
|
.flat-tabs button {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
border-bottom: 1px solid transparent;
|
||||||
}
|
}
|
||||||
|
.flat-tabs button:hover,
|
||||||
.flat-tabs .on {
|
.flat-tabs .on {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-bottom: 2px solid #444;
|
border-bottom: 1px solid #444;
|
||||||
}
|
}
|
||||||
.dark .flat-tabs button {
|
.dark .flat-tabs button {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
.dark .flat-tabs button:hover,
|
||||||
.dark .flat-tabs .on {
|
.dark .flat-tabs .on {
|
||||||
border-bottom: 1px solid #fff;
|
border-bottom: 1px solid #fff;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue