[gnome-themes-standard] notebook: reorderable active tabs should still be blue
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] notebook: reorderable active tabs should still be blue
- Date: Mon, 9 Jun 2014 13:20:38 +0000 (UTC)
commit f12f32937ba9647c767a9f87439dfb567ef8d25b
Author: Jakub Steiner <jimmac gmail com>
Date: Thu Jun 5 14:40:54 2014 +0200
notebook: reorderable active tabs should still be blue
themes/Adwaita/gtk-3.0/_common.scss | 9 +++++----
themes/Adwaita/gtk-3.0/gtk-contained-dark.css | 24 ++++++++++++++----------
themes/Adwaita/gtk-3.0/gtk-contained.css | 24 ++++++++++++++----------
3 files changed, 33 insertions(+), 24 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index 78baa0e..177f35c 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -786,14 +786,15 @@ GtkPopover {
}
// FIXME? we're considering just top reorderable tabs
&.reorderable-page {
+ border-width: 0;
+ padding: ($vt_vpadding)-2px ($vt_hpadding)-1px;
&:active {
- // not sure this makes any difference, but let's do things
- // as good as possible
padding: $vt_vpadding ($vt_hpadding)-1px
- ($vt_vpadding)-1px ($vt_hpadding)-1px;
- border-width: 0 1px 1px 1px;
+ ($vt_vpadding)-3px ($vt_hpadding)-1px; //FIXME close button still jumps
+ border-width: 0 1px 3px 1px;
background-color: transparentize($bg_color, .5);
border-color: transparentize($borders_color,0.5);
+ border-bottom-color: $selected_bg_color;
&:hover {
background-color: transparentize($bg_color, 0.3);
}
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index 6aa43f0..16ab865 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -807,16 +807,20 @@ GtkPopover {
.notebook tab:backdrop {
background-color: transparent;
border-color: transparent; }
- .notebook tab.reorderable-page:active {
- padding: 8px 19px 7px 19px;
- border-width: 0 1px 1px 1px;
- background-color: rgba(57, 63, 63, 0.5);
- border-color: rgba(28, 31, 31, 0.5); }
- .notebook tab.reorderable-page:active:hover {
- background-color: rgba(57, 63, 63, 0.7); }
- .notebook tab.reorderable-page:active:backdrop, .notebook tab.reorderable-page:active:active:backdrop {
- border-color: #1c1f1f;
- background-color: #363c3c; }
+ .notebook tab.reorderable-page {
+ border-width: 0;
+ padding: 6px 19px; }
+ .notebook tab.reorderable-page:active {
+ padding: 8px 19px 5px 19px;
+ border-width: 0 1px 3px 1px;
+ background-color: rgba(57, 63, 63, 0.5);
+ border-color: rgba(28, 31, 31, 0.5);
+ border-bottom-color: #215d9c; }
+ .notebook tab.reorderable-page:active:hover {
+ background-color: rgba(57, 63, 63, 0.7); }
+ .notebook tab.reorderable-page:active:backdrop, .notebook
tab.reorderable-page:active:active:backdrop {
+ border-color: #1c1f1f;
+ background-color: #363c3c; }
.notebook tab GtkLabel {
font-weight: bold;
color: #939695; }
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index 7c68ca0..c8dd41c 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -807,16 +807,20 @@ GtkPopover {
.notebook tab:backdrop {
background-color: transparent;
border-color: transparent; }
- .notebook tab.reorderable-page:active {
- padding: 8px 19px 7px 19px;
- border-width: 0 1px 1px 1px;
- background-color: rgba(237, 237, 237, 0.5);
- border-color: rgba(161, 161, 161, 0.5); }
- .notebook tab.reorderable-page:active:hover {
- background-color: rgba(237, 237, 237, 0.7); }
- .notebook tab.reorderable-page:active:backdrop, .notebook tab.reorderable-page:active:active:backdrop {
- border-color: #a1a1a1;
- background-color: #e6e6e6; }
+ .notebook tab.reorderable-page {
+ border-width: 0;
+ padding: 6px 19px; }
+ .notebook tab.reorderable-page:active {
+ padding: 8px 19px 5px 19px;
+ border-width: 0 1px 3px 1px;
+ background-color: rgba(237, 237, 237, 0.5);
+ border-color: rgba(161, 161, 161, 0.5);
+ border-bottom-color: #4a90d9; }
+ .notebook tab.reorderable-page:active:hover {
+ background-color: rgba(237, 237, 237, 0.7); }
+ .notebook tab.reorderable-page:active:backdrop, .notebook
tab.reorderable-page:active:active:backdrop {
+ border-color: #a1a1a1;
+ background-color: #e6e6e6; }
.notebook tab GtkLabel {
font-weight: bold;
color: #8d9091; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]