Reset panel height
This commit is contained in:
@@ -27,7 +27,7 @@ stage {
|
||||
/* panel */
|
||||
#panel{
|
||||
background-color: BACKGROUND-COLOR;
|
||||
height: 38px;
|
||||
/* height: 34px; */
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
@@ -59,8 +59,8 @@ stage {
|
||||
.clock,
|
||||
.clock-display StIcon{
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
border-radius: 14px;
|
||||
border: 4px solid transparent;
|
||||
/* border-radius: 14px; */
|
||||
/* border: 4px solid transparent; */
|
||||
background-color: ACCENT-DISABLED-COLOR;
|
||||
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
|
||||
}
|
||||
@@ -79,6 +79,7 @@ stage {
|
||||
.panel-button:overview, /* activites */
|
||||
.panel-button:active .clock{
|
||||
background-color: ACCENT-DISABLED_HOVER;
|
||||
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
|
||||
}
|
||||
|
||||
#panel .power-status.panel-status-indicators-box {
|
||||
|
||||
Reference in New Issue
Block a user