More fixes

This commit is contained in:
Satyajit Sahoo
2013-08-08 09:23:33 +05:30
parent a8c6a021be
commit 6821ac4b34
+3 -2
View File
@@ -711,7 +711,7 @@ GtkComboBox .menu {
.toolbar .menu,
.toolbar .primary-toolbar .menu,
.header-bar .menu,
.header-bar .primary-header-bar .menu,
.header-bar .primary-toolbar .menu,
.menu {
padding: 0;
border-radius: 0;
@@ -1285,7 +1285,8 @@ GtkComboBox .separator {
***********/
.sidebar,
.sidebar.view,
.sidebar .view {
.sidebar .view,
.sidebar GtkScrolledWindow {
background-color: @theme_bg_color;
color: mix(@theme_fg_color, @theme_bg_color, 0.1);
}