fix(waybar): fix tooltip style
This commit is contained in:
@@ -6,17 +6,11 @@
|
|||||||
font-family: "Symbols Nerd Font", monospace;
|
font-family: "Symbols Nerd Font", monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
#waybar {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background-color: #383c4a;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip label {
|
tooltip label {
|
||||||
|
background-color: #383c4a;
|
||||||
color: white;
|
color: white;
|
||||||
|
padding: 4px;
|
||||||
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#connections {
|
#connections {
|
||||||
|
Reference in New Issue
Block a user