aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk-solid-dark.css
diff options
context:
space:
mode:
authorHorst31802016-02-19 11:06:17 +0100
committerHorst31802016-02-19 11:06:17 +0100
commit692792632c4570c13be069bbf1128d46042d682a (patch)
tree978f1776c4ffb7941041f32bccdb4e47fbfe0400 /common/gtk-3.0/3.20/gtk-solid-dark.css
parent01d84120a6bd1d218f0faac6e1e069c8a180b3ad (diff)
downloadsolarc-theme-692792632c4570c13be069bbf1128d46042d682a.tar.gz
solarc-theme-692792632c4570c13be069bbf1128d46042d682a.tar.xz
solarc-theme-692792632c4570c13be069bbf1128d46042d682a.zip
add some padding to buttons and entries
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.css9
1 files changed, 4 insertions, 5 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 4d8782a..5fb03da 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -133,10 +133,9 @@ spinner {
opacity: 0.5; }
entry, spinbutton {
- min-height: 26px;
+ min-height: 22px;
border: 1px solid;
- padding-left: 8px;
- padding-right: 8px;
+ padding: 2px 8px;
caret-color: currentColor;
border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@@ -232,12 +231,12 @@ entry, spinbutton {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
button {
- min-height: 26px;
+ min-height: 22px;
min-width: 20px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
border: 1px solid;
border-radius: 3px;
- padding: 0 6px;
+ padding: 2px 6px;
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;