Added style for flat buttons

pull/184/head
Satyajit Sahoo 2014-12-06 18:08:28 +05:30
parent 699d91d08a
commit 88c2f921a8
1 changed files with 24 additions and 0 deletions

View File

@ -299,6 +299,13 @@ GtkAssistant .sidebar {
background-color: shade(@theme_selected_bg_color, 0.97); 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 * * cell and row *
****************/ ****************/
@ -2409,6 +2416,23 @@ GtkColorButton.button {
color: @toolbar_fg_color; 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,
.primary-toolbar .raised.button, .primary-toolbar .raised.button,
.toolbar GtkComboBox, .toolbar GtkComboBox,