aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.14')
-rw-r--r--common/gtk-3.0/3.14/gtk-dark.css4
-rw-r--r--common/gtk-3.0/3.14/gtk-darker.css2
-rw-r--r--common/gtk-3.0/3.14/gtk-solid-dark.css4
-rw-r--r--common/gtk-3.0/3.14/gtk-solid-darker.css2
-rw-r--r--common/gtk-3.0/3.14/gtk-solid.css2
-rw-r--r--common/gtk-3.0/3.14/gtk.css2
-rw-r--r--common/gtk-3.0/3.14/sass/_common.scss4
7 files changed, 10 insertions, 10 deletions
diff --git a/common/gtk-3.0/3.14/gtk-dark.css b/common/gtk-3.0/3.14/gtk-dark.css
index 946a23b..8684c90 100644
--- a/common/gtk-3.0/3.14/gtk-dark.css
+++ b/common/gtk-3.0/3.14/gtk-dark.css
@@ -2155,7 +2155,7 @@ GtkInfoBar {
color: #BAC3CF;
border-radius: 2px; }
.tooltip.background {
- background-color: rgba(53, 57, 69, 0.95);
+ background-color: rgba(75, 81, 98, 0.95);
background-clip: padding-box; }
.tooltip.window-frame.csd {
background-color: transparent; }
@@ -2320,7 +2320,7 @@ GtkVolumeButton.button {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; }
.window-frame.csd.tooltip {
border-radius: 2px;
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); }
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); }
.window-frame.csd.message-dialog {
border-radius: 3px; }
diff --git a/common/gtk-3.0/3.14/gtk-darker.css b/common/gtk-3.0/3.14/gtk-darker.css
index 79a2683..f259f27 100644
--- a/common/gtk-3.0/3.14/gtk-darker.css
+++ b/common/gtk-3.0/3.14/gtk-darker.css
@@ -2158,7 +2158,7 @@ GtkInfoBar {
color: #BAC3CF;
border-radius: 2px; }
.tooltip.background {
- background-color: rgba(53, 57, 69, 0.95);
+ background-color: rgba(75, 81, 98, 0.95);
background-clip: padding-box; }
.tooltip.window-frame.csd {
background-color: transparent; }
diff --git a/common/gtk-3.0/3.14/gtk-solid-dark.css b/common/gtk-3.0/3.14/gtk-solid-dark.css
index d58271f..3acb0b3 100644
--- a/common/gtk-3.0/3.14/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.14/gtk-solid-dark.css
@@ -2155,7 +2155,7 @@ GtkInfoBar {
color: #BAC3CF;
border-radius: 2px; }
.tooltip.background {
- background-color: #353945;
+ background-color: #4b5162;
background-clip: padding-box; }
.tooltip.window-frame.csd {
background-color: transparent; }
@@ -2320,7 +2320,7 @@ GtkVolumeButton.button {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; }
.window-frame.csd.tooltip {
border-radius: 2px;
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); }
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); }
.window-frame.csd.message-dialog {
border-radius: 3px; }
diff --git a/common/gtk-3.0/3.14/gtk-solid-darker.css b/common/gtk-3.0/3.14/gtk-solid-darker.css
index 871db98..a529278 100644
--- a/common/gtk-3.0/3.14/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.14/gtk-solid-darker.css
@@ -2158,7 +2158,7 @@ GtkInfoBar {
color: #BAC3CF;
border-radius: 2px; }
.tooltip.background {
- background-color: #353945;
+ background-color: #4b5162;
background-clip: padding-box; }
.tooltip.window-frame.csd {
background-color: transparent; }
diff --git a/common/gtk-3.0/3.14/gtk-solid.css b/common/gtk-3.0/3.14/gtk-solid.css
index 6b01fea..e3eb932 100644
--- a/common/gtk-3.0/3.14/gtk-solid.css
+++ b/common/gtk-3.0/3.14/gtk-solid.css
@@ -2158,7 +2158,7 @@ GtkInfoBar {
color: #BAC3CF;
border-radius: 2px; }
.tooltip.background {
- background-color: #353945;
+ background-color: #4b5162;
background-clip: padding-box; }
.tooltip.window-frame.csd {
background-color: transparent; }
diff --git a/common/gtk-3.0/3.14/gtk.css b/common/gtk-3.0/3.14/gtk.css
index 2629319..838218d 100644
--- a/common/gtk-3.0/3.14/gtk.css
+++ b/common/gtk-3.0/3.14/gtk.css
@@ -2158,7 +2158,7 @@ GtkInfoBar {
color: #BAC3CF;
border-radius: 2px; }
.tooltip.background {
- background-color: rgba(53, 57, 69, 0.95);
+ background-color: rgba(75, 81, 98, 0.95);
background-clip: padding-box; }
.tooltip.window-frame.csd {
background-color: transparent; }
diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss
index a38742e..22754de 100644
--- a/common/gtk-3.0/3.14/sass/_common.scss
+++ b/common/gtk-3.0/3.14/sass/_common.scss
@@ -2505,7 +2505,7 @@ GtkInfoBar {
&.background {
// background-color needs to be set this way otherwise it gets drawn twice
// see https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details.
- background-color: $osd_bg_color;
+ background-color: lighten($osd_bg_color, 10%);
background-clip: padding-box;
}
@@ -2673,7 +2673,7 @@ GtkVolumeButton.button { padding: 8px; }
}
&.tooltip {
border-radius: 2px;
- box-shadow: 0 1px 3px 1px $_wm_border;
+ box-shadow: 0 1px 3px 1px if($variant == 'light', $_wm_border, transparentize($_wm_border, 0.3));
}
&.message-dialog { border-radius: 3px; }
}