7/24
This commit is contained in:
parent
931673154c
commit
bc4e393b25
22
style.css
22
style.css
@ -5,8 +5,8 @@
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: #272e33;
|
||||
border: 2px solid #3d484d;
|
||||
background-color: transparent;
|
||||
border: 0px solid #3d484d;
|
||||
border-radius: 20px;
|
||||
transition-property: background-color;
|
||||
transition-duration: .5s;
|
||||
@ -49,6 +49,24 @@ button:hover {
|
||||
/*box-shadow: inset 0 -3px #ffffff; */
|
||||
}
|
||||
|
||||
.modules-left {
|
||||
background-color: rgba(45, 56, 49, 0.4);
|
||||
border: 2px solid #3d484d;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.modules-center {
|
||||
background-color: rgba(45, 56, 49, 0.4);
|
||||
border: 2px solid #3d484d;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.modules-right {
|
||||
background-color: rgba(45, 56, 49, 0.4);
|
||||
border: 2px solid #3d484d;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
/* you can set a style on hover for any module like this */
|
||||
#workspaces button {
|
||||
margin-top: 5px;
|
||||
|
Loading…
Reference in New Issue
Block a user