Adjusts styling for hidden config
This commit is contained in:
parent
d8aec3ce2a
commit
add349f09f
5 changed files with 14 additions and 5 deletions
|
|
@ -8,5 +8,7 @@
|
|||
"position": "top",
|
||||
"reload_style_on_change": true,
|
||||
"name": "semi-hidden",
|
||||
"id": "semi-hidden"
|
||||
"id": "semi-hidden",
|
||||
|
||||
"margin-top": 0
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,6 +29,10 @@ window {
|
|||
window.semi-hidden {
|
||||
background-color: transparent;
|
||||
|
||||
* {
|
||||
border-radius: 0 0 $border-radius $border-radius;
|
||||
}
|
||||
|
||||
.modules-left, .modules-center, .modules-right {
|
||||
background-color: $background;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,6 +18,9 @@ window {
|
|||
window.semi-hidden {
|
||||
background-color: transparent;
|
||||
}
|
||||
window.semi-hidden * {
|
||||
border-radius: 0 0 0.3rem 0.3rem;
|
||||
}
|
||||
window.semi-hidden .modules-left, window.semi-hidden .modules-center, window.semi-hidden .modules-right {
|
||||
background-color: #282828;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue