aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk-solid-dark.css
diff options
context:
space:
mode:
authorHorst31802016-05-14 13:31:18 +0200
committerHorst31802016-05-14 13:31:18 +0200
commitfb3fe2fc0b280e9d8ca4b5fc5ca23e5b00fcac27 (patch)
tree3e2f37b1889cde3219260e14e976192324e47055 /common/gtk-3.0/3.20/gtk-solid-dark.css
parentd49d7df3c2c83a7654b936ab41c88590a564e611 (diff)
downloadsolarc-theme-fb3fe2fc0b280e9d8ca4b5fc5ca23e5b00fcac27.tar.gz
solarc-theme-fb3fe2fc0b280e9d8ca4b5fc5ca23e5b00fcac27.tar.xz
solarc-theme-fb3fe2fc0b280e9d8ca4b5fc5ca23e5b00fcac27.zip
lighten tooltips a bit (fix #519)
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-solid-dark.css')
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-dark.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index af746a3..2b41a57 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -2794,7 +2794,7 @@ tooltip {
border-radius: 2px;
box-shadow: none; }
tooltip.background {
- background-color: #353945;
+ background-color: #4b5162;
background-clip: padding-box; }
tooltip.background label {
padding: 4px; }
@@ -2955,7 +2955,7 @@ decoration {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; }
tooltip.csd decoration {
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); }
messagedialog.csd decoration {
border-radius: 3px; }
.solid-csd decoration {