Update the look of panel buttons
Change the look of panel buttons to match the running indicators used in the app well. https://bugzilla.gnome.org/show_bug.cgi?id=609357
This commit is contained in:
parent
3a7dc32659
commit
fc0acc9e37
@ -103,11 +103,6 @@ StTooltip {
|
|||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-button:pressed {
|
|
||||||
background-color: rgba(50,76,111,0.98);
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#appMenu {
|
#appMenu {
|
||||||
spacing: 4px;
|
spacing: 4px;
|
||||||
}
|
}
|
||||||
@ -120,11 +115,23 @@ StTooltip {
|
|||||||
.panel-button {
|
.panel-button {
|
||||||
padding: 4px 12px 3px;
|
padding: 4px 12px 3px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
border-radius-bottomleft: 0px;
|
||||||
|
border-radius-bottomright: 0px;
|
||||||
font: 16px sans-serif;
|
font: 16px sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-button:active, .panel-button:checked {
|
.panel-button:active, .panel-button:checked, .panel-button:pressed {
|
||||||
background-color: #314a6c;
|
background-gradient-direction: vertical;
|
||||||
|
background-gradient-start: #3c3c3c;
|
||||||
|
background-gradient-end: #131313;
|
||||||
|
}
|
||||||
|
|
||||||
|
#panelActivities {
|
||||||
|
border-radius-topleft: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#panelStatus {
|
||||||
|
border-radius-topright: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#statusMenu {
|
#statusMenu {
|
||||||
|
Loading…
Reference in New Issue
Block a user