mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Remove GtkClutterOffscreen
This commit is contained in:
+13
-5
@@ -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 *
|
||||
*********************/
|
||||
|
||||
Reference in New Issue
Block a user