Fixed typos
parent
e32b13dc1f
commit
7bf3e6ae5c
|
@ -22,10 +22,10 @@ PanelSeparator {
|
||||||
}
|
}
|
||||||
|
|
||||||
.gnome-panel-menu-bar,
|
.gnome-panel-menu-bar,
|
||||||
PanelApplet > Gtkpanel.panel,
|
PanelApplet > GtkMenuBar.menubar,
|
||||||
PanelApplet > Gtkpanel.panel.menuitem,
|
PanelApplet > GtkMenuBar.menubar.menuitem,
|
||||||
Panelpanel.panel,
|
PanelMenuBar.menubar,
|
||||||
Panelpanel.panel.menuitem {
|
PanelMenuBar.menubar.menuitem {
|
||||||
-Panelpanel-icon-visible: true;
|
-Panelpanel-icon-visible: true;
|
||||||
|
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
|
@ -117,11 +117,6 @@ NautilusWindow > GtkGrid > .pane-separator {
|
||||||
background-color: @theme_bg_color;
|
background-color: @theme_bg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
NautilusView {
|
|
||||||
background-color: @theme_base_color;
|
|
||||||
color: @theme_text_color;
|
|
||||||
}
|
|
||||||
|
|
||||||
NautilusView.frame,
|
NautilusView.frame,
|
||||||
NautilusNotebook.notebook {
|
NautilusNotebook.notebook {
|
||||||
border-right-width: 0;
|
border-right-width: 0;
|
||||||
|
|
Loading…
Reference in New Issue