[gnome-themes-standard/wip/sass] frames
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/wip/sass] frames
- Date: Fri, 23 May 2014 09:43:48 +0000 (UTC)
commit 4d3e26503e3a619fb765c5e7470c6182f8fb13ca
Author: Jakub Steiner <jimmac gmail com>
Date: Fri May 23 11:33:39 2014 +0200
frames
themes/Adwaita/gtk-3.0/_common.scss | 13 +++++++++++++
themes/Adwaita/gtk-3.0/gtk-contained-dark.css | 12 ++++++++++++
themes/Adwaita/gtk-3.0/gtk-contained.css | 12 ++++++++++++
3 files changed, 37 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index 321a5e5..bdfe9d2 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -660,6 +660,19 @@ GtkPopover {
}
}
+/**********
+ * Frames *
+ **********/
+.frame {
+ border: 1px solid $borders_color;
+ padding: 0;
+ &:backdrop { border-color: transparentize($borders_color,0.4); }
+}
+
+GtkScrolledWindow.frame {
+ border-radius: 2px;
+}
+
/**********************
* Window Decorations *
*********************/
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index 83192e6..4133e88 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -621,6 +621,18 @@ GtkPopover {
.scrollbar.slider.fine-tune:prelight:active {
background-color: #2a76c6; }
+/**********
+ * Frames *
+ **********/
+.frame {
+ border: 1px solid #1c1f1f;
+ padding: 0; }
+ .frame:backdrop {
+ border-color: rgba(28, 31, 31, 0.6); }
+
+GtkScrolledWindow.frame {
+ border-radius: 2px; }
+
/**********************
* Window Decorations *
*********************/
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index f91e9c4..093e4a5 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -621,6 +621,18 @@ GtkPopover {
.scrollbar.slider.fine-tune:prelight:active {
background-color: #729fcf; }
+/**********
+ * Frames *
+ **********/
+.frame {
+ border: 1px solid #a1a1a1;
+ padding: 0; }
+ .frame:backdrop {
+ border-color: rgba(161, 161, 161, 0.6); }
+
+GtkScrolledWindow.frame {
+ border-radius: 2px; }
+
/**********************
* Window Decorations *
*********************/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]