[Gnome-Panel-3.24] Add style for tasklist-button

pull/684/head
Khurshid Alam 2017-06-15 14:27:30 +05:30
parent abf6111416
commit f2425ca2fb
1 changed files with 5 additions and 1 deletions

View File

@ -54,7 +54,11 @@
color: $black; color: $black;
} }
#clock-applet-button { &, &:backdrop { @extend %panelbutton; } } #clock-applet-button,
#tasklist-button,
#showdesktop-button {
&, &:backdrop { @extend %panelbutton; }
}
panel-applet { panel-applet {
border: 0; border: 0;