aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
diff options
context:
space:
mode:
authorHorst31802015-07-09 14:20:47 +0200
committerHorst31802015-07-09 14:25:30 +0200
commita68987ad7d8eeea4de5e813a0c9e0703d05b65a6 (patch)
treeb17c458ec0d1016e928a4e3aed8578f962f21fd2 /common/gtk-3.0/3.14/gtk-contained-solid-dark.css
parentdf68c96436454764b1d5b28201c306c68dae0d6b (diff)
downloadsolarc-theme-a68987ad7d8eeea4de5e813a0c9e0703d05b65a6.tar.gz
solarc-theme-a68987ad7d8eeea4de5e813a0c9e0703d05b65a6.tar.xz
solarc-theme-a68987ad7d8eeea4de5e813a0c9e0703d05b65a6.zip
fix background-clip on buttons and entries
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-contained-solid-dark.css')
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid-dark.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
index a4865a2..b77d909 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
@@ -157,6 +157,7 @@ GtkFlowBox .grid-child {
border: none;
border-radius: 0; }
.entry:focus {
+ background-clip: border-box;
color: #D3DAE3;
border-color: #5294E2;
background-color: #383c45;
@@ -275,6 +276,7 @@ GtkFlowBox .grid-child {
background-color: #3d414b;
-gtk-image-effect: highlight; }
.button:active, .button:checked {
+ background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;