From b47a003fa1a475ef711b482152a1645f3fca0df3 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 13 Aug 2015 20:24:35 +0200 Subject: Gtk+-3.18 traditional themes: style popover suggested-action button --- .../TraditionalGreen/gtk-3.0/gtk-widgets.css | 42 ++++++++++++++++------ .../TraditionalOk/gtk-3.0/gtk-widgets.css | 42 ++++++++++++++++------ .../TraditionalOkTest/gtk-3.0/gtk-widgets.css | 42 ++++++++++++++++------ 3 files changed, 93 insertions(+), 33 deletions(-) (limited to 'desktop-themes') 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, diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index d95d1732..4148a928 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/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; } @@ -2313,7 +2313,7 @@ GtkInfoBar:last-child, **************/ .action-bar { - border: none; + border-style: none; padding: 7px 7px 3px 7px; } @@ -2387,7 +2387,7 @@ GtkHeaderBar .header-bar { .popover.osd .toolbar { background-image: none; background-color: transparent; - border: none; + border-style: none; box-shadow: none; } .popover.osd .button { @@ -2454,6 +2454,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 * ************/ @@ -2498,7 +2518,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(102, 153, 204, 0.7); background-image: linear-gradient(to bottom, diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index c7ac93e4..cc6eccfb 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/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; } @@ -2308,7 +2308,7 @@ GtkInfoBar:last-child, **************/ .action-bar { - border: none; + border-style: none; padding: 7px 7px 3px 7px; } @@ -2382,7 +2382,7 @@ GtkHeaderBar .header-bar { .popover.osd .toolbar { background-image: none; background-color: transparent; - border: none; + border-style: none; box-shadow: none; } .popover.osd .button { @@ -2449,6 +2449,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 * ************/ @@ -2493,7 +2513,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(245, 121, 0, 0.7); background-image: linear-gradient(to bottom, -- cgit v1.2.1