diff options
author | raveit65 <[email protected]> | 2016-03-01 23:32:47 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-01 23:32:47 +0100 |
commit | 4fcd8cc9fc8bd76f98cbfbc9c32e0d3c3379a667 (patch) | |
tree | 08107ea6e0b8798685e43ad425aec8793e19d0f1 /desktop-themes | |
parent | d661c360efd8570418c5b4d29b05bf15c6c60c49 (diff) | |
download | mate-themes-4fcd8cc9fc8bd76f98cbfbc9c32e0d3c3379a667.tar.bz2 mate-themes-4fcd8cc9fc8bd76f98cbfbc9c32e0d3c3379a667.tar.xz |
GTK+-3.20 TraditionalOK: a clean up in gtk-widgets
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 63 |
1 files changed, 12 insertions, 51 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 056dd8fd..44f12316 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -459,11 +459,6 @@ entry { @entry_bg_color 2px); } -/* Focused entry background */ -entry:focus { - background-image: none; -} - /* disabled entry background */ entry:disabled { background-image: linear-gradient(to bottom, @@ -1212,6 +1207,7 @@ spinbutton.vertical > button:focus:active:last-child { button, spinbutton button, toolbar button.raised, +toolbar button, toolbar .raised button, toolbar button.raised:focus, toolbar .raised button:focus, @@ -1232,29 +1228,27 @@ GtkColorChooserWidget #add-color-button { /* Pushed button background */ button:checked, button:checked:hover, -button:active, -button:active:hover, +button:hover:active, menuitem button:hover, spinbutton button:active, spinbutton button:active:hover, -toolbar button:active, -toolbar button:active:hover, -toolbar button.raised:active, +toolbar button:checked, +toolbar button:checked:hover, +toolbar button:hover:active, toolbar button.raised:checked, -toolbar .raised button:active, toolbar .raised button:checked, -toolbar button.raised:active:hover, +toolbar button.raised:hover:active, toolbar button.raised:checked:hover, -toolbar .raised button:active:hover, +toolbar .raised button:hover:active, toolbar .raised button:checked:hover, toolbar.primary-toolbar combobox entry button:active, combobox entry button:active, -toolbar.primary-toolbar button:active, -toolbar.primary-toolbar button:active:hover, +toolbar.primary-toolbar button:checked, +toolbar.primary-toolbar button:hover:active, toolbar.primary-toolbar button:focus:active, -toolbar.primary-toolbar button:focus:active:hover, -toolbar.inline-toolbar button:active, -toolbar.inline-toolbar button:active:hover { +toolbar.primary-toolbar button:focus:hover:active, +toolbar.inline-toolbar button:checked, +toolbar.inline-toolbar button:hover:active { background-image: linear-gradient(to bottom, @button_active_gradient_a, @button_active_gradient_b 3px, @@ -1265,39 +1259,6 @@ toolbar.inline-toolbar button:active:hover { background-color: transparent; } -GtkListBoxRow.list-row, -GtkListBoxRow.button.list-row { - color: @theme_text_color; - background-color: @theme_base_color; - border-radius: 0px; - border-style: none; - padding: 2px; -} - -GtkListBoxRow.list-row:hover, -GtkListBoxRow.button.list-row:hover { - background-image: linear-gradient(to bottom, - @button_hover_gradient_a 5%, - @button_hover_gradient_b 95%, - @button_hover_gradient_c); - background-color: transparent; -} - -GtkListBoxRow.list-row:selected, -GtkListBoxRow.button.list-row:selected { - color: @theme_selected_fg_color; - border-style: solid; - border-width: 1px; - border-color: @menubar_menuitem_hover_border_color; - background-image: -gtk-gradient (linear, - left top, - left bottom, - from (@menubar_menuitem_hover_gradient_a), - color-stop (0.50, @menubar_menuitem_hover_gradient_b), - color-stop (0.50, @menubar_menuitem_hover_gradient_c), - to (@menubar_menuitem_hover_gradient_d)); -} - trough, trough highlight, trough row, |