aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.18')
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-dark.css8
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-darker.css8
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-solid-dark.css8
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-solid-darker.css8
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-solid.css8
-rw-r--r--common/gtk-3.0/3.18/gtk-contained.css8
-rw-r--r--common/gtk-3.0/3.18/sass/_common.scss4
7 files changed, 26 insertions, 26 deletions
diff --git a/common/gtk-3.0/3.18/gtk-contained-dark.css b/common/gtk-3.0/3.18/gtk-contained-dark.css
index 8675069..0381e1d 100644
--- a/common/gtk-3.0/3.18/gtk-contained-dark.css
+++ b/common/gtk-3.0/3.18/gtk-contained-dark.css
@@ -2741,12 +2741,11 @@ GtkVolumeButton.button {
.header-bar .button.titlebutton,
.titlebar .button.titlebutton {
- padding: 7px 4px;
+ padding: 6px 4px;
border-color: transparent;
background-color: transparent;
background-image: none;
- background-color: rgba(47, 52, 63, 0);
- border-width: 0; }
+ background-color: rgba(47, 52, 63, 0); }
.header-bar .button.titlebutton:hover,
.titlebar .button.titlebutton:hover {
color: rgba(207, 218, 231, 0.8);
@@ -2767,7 +2766,8 @@ GtkVolumeButton.button {
color: transparent;
background-color: transparent;
background-position: center;
- background-repeat: no-repeat; }
+ background-repeat: no-repeat;
+ border-width: 0; }
.header-bar .button.titlebutton.close:backdrop,
.header-bar .button.titlebutton.maximize:backdrop,
.header-bar .button.titlebutton.minimize:backdrop,
diff --git a/common/gtk-3.0/3.18/gtk-contained-darker.css b/common/gtk-3.0/3.18/gtk-contained-darker.css
index 22c8f5d..d3a2965 100644
--- a/common/gtk-3.0/3.18/gtk-contained-darker.css
+++ b/common/gtk-3.0/3.18/gtk-contained-darker.css
@@ -2744,12 +2744,11 @@ GtkVolumeButton.button {
.header-bar .button.titlebutton,
.titlebar .button.titlebutton {
- padding: 7px 4px;
+ padding: 6px 4px;
border-color: transparent;
background-color: transparent;
background-image: none;
- background-color: rgba(47, 52, 63, 0);
- border-width: 0; }
+ background-color: rgba(47, 52, 63, 0); }
.header-bar .button.titlebutton:hover,
.titlebar .button.titlebutton:hover {
color: rgba(207, 218, 231, 0.8);
@@ -2770,7 +2769,8 @@ GtkVolumeButton.button {
color: transparent;
background-color: transparent;
background-position: center;
- background-repeat: no-repeat; }
+ background-repeat: no-repeat;
+ border-width: 0; }
.header-bar .button.titlebutton.close:backdrop,
.header-bar .button.titlebutton.maximize:backdrop,
.header-bar .button.titlebutton.minimize:backdrop,
diff --git a/common/gtk-3.0/3.18/gtk-contained-solid-dark.css b/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
index 9ca1b51..f0ba3d5 100644
--- a/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
+++ b/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
@@ -2741,12 +2741,11 @@ GtkVolumeButton.button {
.header-bar .button.titlebutton,
.titlebar .button.titlebutton {
- padding: 7px 4px;
+ padding: 6px 4px;
border-color: transparent;
background-color: transparent;
background-image: none;
- background-color: rgba(47, 52, 63, 0);
- border-width: 0; }
+ background-color: rgba(47, 52, 63, 0); }
.header-bar .button.titlebutton:hover,
.titlebar .button.titlebutton:hover {
color: rgba(207, 218, 231, 0.8);
@@ -2767,7 +2766,8 @@ GtkVolumeButton.button {
color: transparent;
background-color: transparent;
background-position: center;
- background-repeat: no-repeat; }
+ background-repeat: no-repeat;
+ border-width: 0; }
.header-bar .button.titlebutton.close:backdrop,
.header-bar .button.titlebutton.maximize:backdrop,
.header-bar .button.titlebutton.minimize:backdrop,
diff --git a/common/gtk-3.0/3.18/gtk-contained-solid-darker.css b/common/gtk-3.0/3.18/gtk-contained-solid-darker.css
index 5f79a85..e46b2c0 100644
--- a/common/gtk-3.0/3.18/gtk-contained-solid-darker.css
+++ b/common/gtk-3.0/3.18/gtk-contained-solid-darker.css
@@ -2744,12 +2744,11 @@ GtkVolumeButton.button {
.header-bar .button.titlebutton,
.titlebar .button.titlebutton {
- padding: 7px 4px;
+ padding: 6px 4px;
border-color: transparent;
background-color: transparent;
background-image: none;
- background-color: rgba(47, 52, 63, 0);
- border-width: 0; }
+ background-color: rgba(47, 52, 63, 0); }
.header-bar .button.titlebutton:hover,
.titlebar .button.titlebutton:hover {
color: rgba(207, 218, 231, 0.8);
@@ -2770,7 +2769,8 @@ GtkVolumeButton.button {
color: transparent;
background-color: transparent;
background-position: center;
- background-repeat: no-repeat; }
+ background-repeat: no-repeat;
+ border-width: 0; }
.header-bar .button.titlebutton.close:backdrop,
.header-bar .button.titlebutton.maximize:backdrop,
.header-bar .button.titlebutton.minimize:backdrop,
diff --git a/common/gtk-3.0/3.18/gtk-contained-solid.css b/common/gtk-3.0/3.18/gtk-contained-solid.css
index d0091a0..69ae9d5 100644
--- a/common/gtk-3.0/3.18/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.18/gtk-contained-solid.css
@@ -2748,12 +2748,11 @@ GtkVolumeButton.button {
.header-bar .button.titlebutton,
.titlebar .button.titlebutton {
- padding: 7px 4px;
+ padding: 6px 4px;
border-color: transparent;
background-color: transparent;
background-image: none;
- background-color: rgba(231, 232, 235, 0);
- border-width: 0; }
+ background-color: rgba(231, 232, 235, 0); }
.header-bar .button.titlebutton:hover,
.titlebar .button.titlebutton:hover {
color: rgba(82, 93, 118, 0.8);
@@ -2774,7 +2773,8 @@ GtkVolumeButton.button {
color: transparent;
background-color: transparent;
background-position: center;
- background-repeat: no-repeat; }
+ background-repeat: no-repeat;
+ border-width: 0; }
.header-bar .button.titlebutton.close:backdrop,
.header-bar .button.titlebutton.maximize:backdrop,
.header-bar .button.titlebutton.minimize:backdrop,
diff --git a/common/gtk-3.0/3.18/gtk-contained.css b/common/gtk-3.0/3.18/gtk-contained.css
index 5b15558..ea02115 100644
--- a/common/gtk-3.0/3.18/gtk-contained.css
+++ b/common/gtk-3.0/3.18/gtk-contained.css
@@ -2748,12 +2748,11 @@ GtkVolumeButton.button {
.header-bar .button.titlebutton,
.titlebar .button.titlebutton {
- padding: 7px 4px;
+ padding: 6px 4px;
border-color: transparent;
background-color: transparent;
background-image: none;
- background-color: rgba(231, 232, 235, 0);
- border-width: 0; }
+ background-color: rgba(231, 232, 235, 0); }
.header-bar .button.titlebutton:hover,
.titlebar .button.titlebutton:hover {
color: rgba(82, 93, 118, 0.8);
@@ -2774,7 +2773,8 @@ GtkVolumeButton.button {
color: transparent;
background-color: transparent;
background-position: center;
- background-repeat: no-repeat; }
+ background-repeat: no-repeat;
+ border-width: 0; }
.header-bar .button.titlebutton.close:backdrop,
.header-bar .button.titlebutton.maximize:backdrop,
.header-bar .button.titlebutton.minimize:backdrop,
diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss
index e5cca7f..5c216f6 100644
--- a/common/gtk-3.0/3.18/sass/_common.scss
+++ b/common/gtk-3.0/3.18/sass/_common.scss
@@ -3008,11 +3008,10 @@ GtkVolumeButton.button { padding: 8px; }
}
.button.titlebutton {
- padding: 7px 4px;
+ padding: 6px 4px;
@include button(undecorated);
background-color: transparentize($header_bg, 1);
- border-width: 0;
&:hover {
@include button(header-hover);
@@ -3027,6 +3026,7 @@ GtkVolumeButton.button { padding: 8px; }
background-color: transparent;
background-position: center;
background-repeat: no-repeat;
+ border-width: 0;
&:backdrop { opacity: 1; }
}