diff options
author | raveit65 <[email protected]> | 2015-08-13 20:24:35 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 20:25:16 +0200 |
commit | f3e00eb8f3ef5538cf1bb671fbc5366383d34d58 (patch) | |
tree | f2b9488e006600a05ce87eb35539b28558fb41d7 /desktop-themes/TraditionalGreen | |
parent | 175ac6d10abad676c6b318f53b6693411c632555 (diff) | |
download | mate-themes-f3e00eb8f3ef5538cf1bb671fbc5366383d34d58.tar.bz2 mate-themes-f3e00eb8f3ef5538cf1bb671fbc5366383d34d58.tar.xz |
Gtk+-3.18 traditional themes: style popover suggested-action button
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 42 |
1 files changed, 31 insertions, 11 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index c85aa8fe..ee44494c 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -241,7 +241,7 @@ GtkTreeView.separator, background-repeat: no-repeat; background-position: center top; background-color: transparent; - border: none; + border-style: none; box-shadow: none; } @@ -255,7 +255,7 @@ GtkTreeView.separator, background-repeat: no-repeat; background-position: center top; background-color: transparent; - border: none; + border-style: none; box-shadow: none; } @@ -274,7 +274,7 @@ GtkTreeView.separator, background-repeat: no-repeat; background-position: center bottom; background-color: transparent; - border: none; + border-style: none; box-shadow: none; } @@ -288,7 +288,7 @@ GtkTreeView.separator, background-repeat: no-repeat; background-position: center bottom; background-color: transparent; - border: none; + border-style: none; box-shadow: none; } @@ -307,7 +307,7 @@ GtkTreeView.separator, background-repeat: no-repeat; background-position: left center; background-color: transparent; - border: none; + border-style: none; box-shadow: none; } @@ -321,7 +321,7 @@ GtkTreeView.separator, background-repeat: no-repeat; background-position: left center; background-color: transparent; - border: none; + border-style: none; box-shadow: none; } @@ -340,7 +340,7 @@ GtkTreeView.separator, background-repeat: no-repeat; background-position: right center; background-color: transparent; - border: none; + border-style: none; box-shadow: none; } @@ -354,7 +354,7 @@ GtkTreeView.separator, background-repeat: no-repeat; background-position: right center; background-color: transparent; - border: none; + border-style: none; box-shadow: none; } @@ -2309,7 +2309,7 @@ GtkInfoBar:last-child, **************/ .action-bar { - border: none; + border-style: none; padding: 7px 7px 3px 7px; } @@ -2383,7 +2383,7 @@ GtkHeaderBar .header-bar { .popover.osd .toolbar { background-image: none; background-color: transparent; - border: none; + border-style: none; box-shadow: none; } .popover.osd .button { @@ -2450,6 +2450,26 @@ GtkPopover .separator { border: 0; } +.popover .button.default.suggested-action.text-button { + background-color: transparent; + background-image: none; + text-shadow:none; + border-style: none; + border-image: none; + box-shadow: none; +} + +.popover .button.default.suggested-action.text-button:hover { + color: @theme_selected_fg_color; + background-image: linear-gradient(to bottom, + shade(@theme_selected_bg_color, 1.1), + shade(@theme_selected_bg_color, 0.8)); + text-shadow: none; + border-color: @border_color; + border-width: 2px; + border-radius: 3px; +} + /************ * GtkStack * ************/ @@ -2494,7 +2514,7 @@ GtkStack .linked.vertical .entry { .app-notification.frame { color: @theme_fg_color; padding: 10px; - border: none; + border-style: none; border-radius: 0 0 4px 4px; background-color: rgba(180, 187, 163, 0.7); background-image: linear-gradient(to bottom, |