diff options
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-dark.css')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-dark.css | 4 |
1 files changed, 2 insertions, 2 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; } |