This commit is contained in:
Stephan Raabe
2023-08-31 16:00:02 +02:00
parent ab1ae4d4cf
commit 80bf639b5b
9 changed files with 56 additions and 20 deletions
+20
View File
@@ -226,6 +226,26 @@ tooltip label {
color: #FFFFFF;
}
/* -----------------------------------------------------
* Bluetooth
* ----------------------------------------------------- */
#bluetooth.on, #bluetooth.connected {
background-color: #FFFFFF;
font-size: 16px;
color: @background;
border-radius: 12px;
padding: 2px 10px 0px 10px;
margin: 5px 15px 5px 0px;
opacity:0.8;
}
#bluetooth.off {
background-color: transparent;
padding: 0px;
margin: 0px;
}
/* -----------------------------------------------------
* Battery
* ----------------------------------------------------- */