wip: change tabs rendering in browser and iconUrl form field
This commit is contained in:
parent
b550c93b87
commit
00a3c2fe34
1 changed files with 3 additions and 2 deletions
|
@ -584,7 +584,8 @@ i.info {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
padding-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
border-bottom: 1px solid #444;
|
||||||
}
|
}
|
||||||
.flat-tabs button {
|
.flat-tabs button {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
@ -593,7 +594,7 @@ i.info {
|
||||||
}
|
}
|
||||||
.flat-tabs .on {
|
.flat-tabs .on {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-bottom: 1px solid #444;
|
border-bottom: 2px solid #444;
|
||||||
}
|
}
|
||||||
.dark .flat-tabs button {
|
.dark .flat-tabs button {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
Loading…
Reference in a new issue