[gnome-themes-standard] column-headers jumping around
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] column-headers jumping around
- Date: Mon, 9 Jun 2014 13:13:30 +0000 (UTC)
commit e20fb5d657f358ef6c628bf31bf786b6f2a8a569
Author: Jakub Steiner <jimmac gmail com>
Date: Tue May 27 12:35:53 2014 +0200
column-headers jumping around
themes/Adwaita/gtk-3.0/_common.scss | 5 ++++-
themes/Adwaita/gtk-3.0/gtk-contained-dark.css | 5 ++++-
themes/Adwaita/gtk-3.0/gtk-contained.css | 5 ++++-
3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index 8ad140e..8342640 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -517,7 +517,10 @@ GtkComboBox {
**************/
column-header {
- .button {
+ .button,
+ .button:hover,
+ .button:active,
+ .button:backdrop {
border-width: 0 1px 1px 0;
border-color: transparent;
box-shadow: none;
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index d64d1e7..0b65c7b 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -576,7 +576,10 @@ GtkComboBox {
/**************
* Tree Views *
**************/
-column-header .button {
+column-header .button,
+column-header .button:hover,
+column-header .button:active,
+column-header .button:backdrop {
border-width: 0 1px 1px 0;
border-color: transparent;
box-shadow: none;
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index 42a0580..498819b 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -576,7 +576,10 @@ GtkComboBox {
/**************
* Tree Views *
**************/
-column-header .button {
+column-header .button,
+column-header .button:hover,
+column-header .button:active,
+column-header .button:backdrop {
border-width: 0 1px 1px 0;
border-color: transparent;
box-shadow: none;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]