[Gtk-3.20] Porting gnome-panel code. Fixes #550
parent
7304425dde
commit
9962ab9e9a
|
@ -9,6 +9,11 @@
|
||||||
color: $panel_fg_color;
|
color: $panel_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
%panellabel {
|
||||||
|
font-weight: normal;
|
||||||
|
color: $panel_fg_color;
|
||||||
|
}
|
||||||
|
|
||||||
%panelbutton {
|
%panelbutton {
|
||||||
border-width: 0 1px;
|
border-width: 0 1px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -38,41 +43,49 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PanelWidget, PanelApplet, PanelToplevel {
|
panel-plug,
|
||||||
|
panel-toplevel.background {
|
||||||
@extend %panel;
|
@extend %panel;
|
||||||
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
PanelApplet {
|
.gp-text-color {
|
||||||
|
color: $black;
|
||||||
|
}
|
||||||
|
|
||||||
|
#clock-applet-button { &, &:backdrop { @extend %panelbutton; } }
|
||||||
|
|
||||||
|
panel-applet {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
@extend %panelbutton;
|
&, &:backdrop { @extend %panelbutton; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PanelSeparator {
|
clock-box,
|
||||||
|
panel-applet > menubar,
|
||||||
|
panel-toplevel .gnome-panel-menu-bar {
|
||||||
|
&, &:backdrop {
|
||||||
@extend %panel;
|
@extend %panel;
|
||||||
|
|
||||||
border: 0;
|
menuitem {
|
||||||
}
|
|
||||||
|
|
||||||
PanelApplet > GtkMenuBar.menubar, PanelMenuBar.menubar, .gnome-panel-menu-bar {
|
|
||||||
&.menuitem {
|
|
||||||
@extend %panel;
|
@extend %panel;
|
||||||
|
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
||||||
-PanelMenuBar-icon-visible: true;
|
label { @extend %panellabel; }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PanelAppletFrame {
|
gp-calendar-window,
|
||||||
@extend %panel;
|
#tasklist-button,
|
||||||
|
#clock-applet-button,
|
||||||
border: 0;
|
#showdesktop-button {
|
||||||
|
label { @extend %panellabel; }
|
||||||
}
|
}
|
||||||
|
|
||||||
WnckPager, WnckTasklist { @extend %panel; }
|
wnck-pager, wnck-tasklist { @extend %panel; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue