mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Added style for flat buttons
This commit is contained in:
@@ -299,6 +299,13 @@ GtkAssistant .sidebar {
|
||||
background-color: shade(@theme_selected_bg_color, 0.97);
|
||||
}
|
||||
|
||||
.button.flat,
|
||||
.button.flat:insensitive {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/****************
|
||||
* cell and row *
|
||||
****************/
|
||||
@@ -2409,6 +2416,23 @@ GtkColorButton.button {
|
||||
color: @toolbar_fg_color;
|
||||
}
|
||||
|
||||
.primary-toolbar GtkComboBox.flat,
|
||||
.primary-toolbar .button.flat,
|
||||
.primary-toolbar GtkComboBox.flat,
|
||||
.primary-toolbar .button.flat,
|
||||
.toolbar GtkComboBox.flat,
|
||||
.toolbar .button.flat,
|
||||
.primary-toolbar GtkComboBox.flat:insensitive,
|
||||
.primary-toolbar .button.flat:insensitive,
|
||||
.primary-toolbar GtkComboBox.flat:insensitive,
|
||||
.primary-toolbar .button.flat:insensitive,
|
||||
.toolbar GtkComboBox.flat:insensitive,
|
||||
.toolbar .button.flat:insensitive {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.primary-toolbar .raised .button,
|
||||
.primary-toolbar .raised.button,
|
||||
.toolbar GtkComboBox,
|
||||
|
||||
Reference in New Issue
Block a user