mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
Add solid bar under active workspace
This commit is contained in:
parent
7682e4a76b
commit
e4b093e77b
2 changed files with 8 additions and 4 deletions
|
|
@ -38,9 +38,9 @@
|
|||
},
|
||||
"sort-by-number": true,
|
||||
"persistent-workspaces": {
|
||||
"1": [],
|
||||
"2": [],
|
||||
"3": []
|
||||
"1": [ "HDMI-A-1" ],
|
||||
"2": [ "HDMI-A-1" ],
|
||||
"3": [ "DP-2" ]
|
||||
}
|
||||
},
|
||||
"clock": {
|
||||
|
|
|
|||
|
|
@ -50,7 +50,11 @@ button:hover {
|
|||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: #DCAA9B;
|
||||
border-bottom: 2px solid #DCAA9B;
|
||||
border-radius: 0;
|
||||
margin-top: 2px;
|
||||
color: #DCAA9B;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
/* If workspaces is the leftmost module, omit left margin */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue