aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20
diff options
context:
space:
mode:
authorHorst31802016-03-29 00:22:45 +0200
committerHorst31802016-03-29 00:22:45 +0200
commitf42dda04ee620f44ce1a907a51158ae874f01121 (patch)
tree25e3f82d2fb5c11877be28ea68866c9a821179ee /common/gtk-3.0/3.20
parent351060c53d01be668f84d04c7e7502bfabda1805 (diff)
downloadsolarc-theme-f42dda04ee620f44ce1a907a51158ae874f01121.tar.gz
solarc-theme-f42dda04ee620f44ce1a907a51158ae874f01121.tar.xz
solarc-theme-f42dda04ee620f44ce1a907a51158ae874f01121.zip
shrink message dialog titlebars
Diffstat (limited to 'common/gtk-3.0/3.20')
-rw-r--r--common/gtk-3.0/3.20/gtk-dark.css1
-rw-r--r--common/gtk-3.0/3.20/gtk-darker.css1
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-dark.css1
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-darker.css1
-rw-r--r--common/gtk-3.0/3.20/gtk-solid.css1
-rw-r--r--common/gtk-3.0/3.20/gtk.css1
-rw-r--r--common/gtk-3.0/3.20/sass/_common.scss6
7 files changed, 11 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index e10d6e9..b7502c9 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -2451,6 +2451,7 @@ calendar {
color: #D3DAE3; }
messagedialog .titlebar {
+ min-height: 20px;
background-color: rgba(47, 52, 63, 0.97);
border-bottom: 1px solid rgba(32, 35, 43, 0.97); }
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css
index 94b3a03..a3d62fd 100644
--- a/common/gtk-3.0/3.20/gtk-darker.css
+++ b/common/gtk-3.0/3.20/gtk-darker.css
@@ -2450,6 +2450,7 @@ calendar {
color: #5c616c; }
messagedialog .titlebar {
+ min-height: 20px;
background-color: rgba(47, 52, 63, 0.97);
border-bottom: 1px solid rgba(32, 35, 43, 0.97); }
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 5956c95..c7c471c 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -2451,6 +2451,7 @@ calendar {
color: #D3DAE3; }
messagedialog .titlebar {
+ min-height: 20px;
background-color: #2f343f;
border-bottom: 1px solid #20232b; }
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index 86d2f03..2e3da6e 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -2450,6 +2450,7 @@ calendar {
color: #5c616c; }
messagedialog .titlebar {
+ min-height: 20px;
background-color: #2f343f;
border-bottom: 1px solid #20232b; }
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index 2ad1c8a..6f3e5a3 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -2454,6 +2454,7 @@ calendar {
color: #5c616c; }
messagedialog .titlebar {
+ min-height: 20px;
background-color: #e7e8eb;
border-bottom: 1px solid #d4d5db; }
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index c670a39..4fd33a0 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -2454,6 +2454,7 @@ calendar {
color: #5c616c; }
messagedialog .titlebar {
+ min-height: 20px;
background-color: rgba(231, 232, 235, 0.95);
border-bottom: 1px solid rgba(212, 213, 219, 0.95); }
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss
index c20e169..a31eea5 100644
--- a/common/gtk-3.0/3.20/sass/_common.scss
+++ b/common/gtk-3.0/3.20/sass/_common.scss
@@ -2479,7 +2479,11 @@ calendar {
//
messagedialog { // Message Dialog styling
- .titlebar { background-color: $header_bg; border-bottom: 1px solid darken($header_bg, 7%) }
+ .titlebar {
+ min-height: 20px;
+ background-color: $header_bg;
+ border-bottom: 1px solid darken($header_bg, 7%);
+ }
.dialog-action-area button { padding: 8px; min-height: 0; }