Fix badge numbers on 3.36

This commit is contained in:
CharlesG
2020-03-15 22:29:35 -04:00
parent 4f36264a21
commit e7e658dd71
4 changed files with 51 additions and 58 deletions

View File

@@ -59,23 +59,6 @@
margin-bottom: 0;
}
#dashtopanelScrollview .notification-badge {
color: rgba(255,255,255,1);
background-color: rgba(255,0,0,1.0);
padding: 0.2em 0.5em;
border-radius: 1em;
font-weight: bold;
text-align: center;
margin: 2px;
}
#dashtopanelScrollview .progress-bar {
/* Customization of the progress bar style, e.g.:
-progress-bar-background: rgba(0.8, 0.8, 0.8, 1);
-progress-bar-border: rgba(0.9, 0.9, 0.9, 1);
*/
}
#dashtopanelTaskbar .scrollview-fade {
background-gradient-end: rgba(0, 0, 0, 0);
}
@@ -139,9 +122,23 @@
.panel-corner:active, .panel-corner:overview, .panel-corner:focus {
-panel-corner-border-color: rgba(0, 0, 0, .001);
}
.number-overlay {
background-color: rgba(0,0,0,0.8);
color: rgba(256, 256, 256, 1);
text-align: center;
#dashtopanelScrollview .badge {
color: rgba(255, 255, 255, 1);
font-weight: bold;
text-align: center;
}
#dashtopanelScrollview .number-overlay {
background-color: rgba(0,0,0,0.8);
}
#dashtopanelScrollview .notification-badge {
background-color: rgba(255,0,0,0.8);
}
#dashtopanelScrollview .progress-bar {
/* Customization of the progress bar style, e.g.:
-progress-bar-background: rgba(0.8, 0.8, 0.8, 1);
-progress-bar-border: rgba(0.9, 0.9, 0.9, 1);
*/
}