Remove GtkClutterOffscreen

pull/145/head
Satyajit Sahoo 2014-02-21 06:24:15 +05:30
parent 3d14b14fd7
commit 0442492b1e
1 changed files with 13 additions and 5 deletions

View File

@ -57,11 +57,6 @@
color: @theme_fg_color;
}
GtkClutterOffscreen {
background-color: @theme_bg_color;
color: @theme_fg_color;
}
*:selected,
*:selected:focus {
background-color: @theme_selected_bg_color;
@ -2964,6 +2959,19 @@ GtkViewport.frame {
padding: 4px;
}
/***********
* dialogs *
***********/
GtkMessageDialog,
.prompt {
-GtkDialog-content-area-border: 0;
-GtkDialog-action-area-border: 0;
-GtkDialog-button-spacing: 0;
margin: 0;
padding: 0;
}
/*********************
* app notifications *
*********************/