summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOkTest
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-13 20:24:35 +0200
committerraveit65 <[email protected]>2015-08-13 20:24:35 +0200
commitb47a003fa1a475ef711b482152a1645f3fca0df3 (patch)
treedf6b018a2f1d2c3270f97aee834a1a56b13d3a33 /desktop-themes/TraditionalOkTest
parent48b4b31ede945a0160477e16b6ae40baf54867f9 (diff)
downloadmate-themes-b47a003fa1a475ef711b482152a1645f3fca0df3.tar.bz2
mate-themes-b47a003fa1a475ef711b482152a1645f3fca0df3.tar.xz
Gtk+-3.18 traditional themes: style popover suggested-action button
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css42
1 files changed, 31 insertions, 11 deletions
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,