Remove GtkClutterOffscreen
parent
3d14b14fd7
commit
0442492b1e
|
@ -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 *
|
||||
*********************/
|
||||
|
|
Loading…
Reference in New Issue