Skip to content

Commit

Permalink
GH-9 Removes light background from controls on Ubuntu 15.04
Browse files Browse the repository at this point in the history
  • Loading branch information
anmoljagetia committed Sep 25, 2015
1 parent e465c31 commit 042dbb7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions gtk-3.0/gtk-widgets.css
Expand Up @@ -193,6 +193,13 @@ GtkAssistant .sidebar {
color: @theme_fg_color;
}

.button.flat,
.button.flat:insensitive {
border-color: transparent;
background-color: transparent;
background-image: none;
}

.button:hover {
border-color: shade(@theme_bg_color, 0.7);
background-color: shade(@theme_bg_color, 1.10);
Expand Down Expand Up @@ -506,6 +513,8 @@ GtkComboBox.combobox-entry .button:insensitive {
border-radius: 2;
}

.frame.flat { border: none; }

/*******************
* scrolled window *
*******************/
Expand Down Expand Up @@ -1939,6 +1948,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 GtkComboBox,
.primary-toolbar .button {
padding: 4px;
Expand Down

0 comments on commit 042dbb7

Please sign in to comment.