diff options
author | Horst3180 | 2015-09-11 22:08:41 +0200 |
---|---|---|
committer | Horst3180 | 2015-09-11 22:08:41 +0200 |
commit | 12f6457901bafaef767bf60cd86d74ae583ca4ac (patch) | |
tree | 19953e670d6030b3c341e0a967f15fdce4d47447 /common/gtk-3.0/3.16/gtk-contained-solid-darker.css | |
parent | 200498e4ecc6877d6d70ac0784b0862e67840988 (diff) | |
download | solarc-theme-12f6457901bafaef767bf60cd86d74ae583ca4ac.tar.gz solarc-theme-12f6457901bafaef767bf60cd86d74ae583ca4ac.tar.xz solarc-theme-12f6457901bafaef767bf60cd86d74ae583ca4ac.zip |
fix flat button transition
Diffstat (limited to 'common/gtk-3.0/3.16/gtk-contained-solid-darker.css')
-rw-r--r-- | common/gtk-3.0/3.16/gtk-contained-solid-darker.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css index ecd99ac..d31566f 100644 --- a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css +++ b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css @@ -285,7 +285,8 @@ GtkSearchEntry.entry { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(245, 246, 247, 0); + background-color: rgba(251, 251, 252, 0); + border-color: rgba(207, 214, 230, 0); transition: none; } .button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); |