[gnome-builder] theme: use .frame instead of GtkFrame
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] theme: use .frame instead of GtkFrame
- Date: Sat, 31 Oct 2015 03:15:25 +0000 (UTC)
commit c58ed79faa4f8d47e07b27f29007ab40979727cd
Author: Christian Hergert <chergert redhat com>
Date: Fri Oct 30 19:59:32 2015 -0700
theme: use .frame instead of GtkFrame
I suspect this will change from .frame to frame at somepoint soon.
data/theme/Adwaita-dark.css | 2 +-
data/theme/Adwaita.css | 2 +-
data/theme/shared.css | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/Adwaita-dark.css b/data/theme/Adwaita-dark.css
index 6c68fa2..c30aacd 100644
--- a/data/theme/Adwaita-dark.css
+++ b/data/theme/Adwaita-dark.css
@@ -38,7 +38,7 @@ GbTree:backdrop.dim-label {
}
-GbAccelLabel GtkFrame {
+GbAccelLabel .frame {
background-color: #222;
border: 1px solid #cecece;
border-color: #1c1f1f;
diff --git a/data/theme/Adwaita.css b/data/theme/Adwaita.css
index 19c3af2..773be90 100644
--- a/data/theme/Adwaita.css
+++ b/data/theme/Adwaita.css
@@ -44,7 +44,7 @@ GbTree:backdrop.dim-label {
}
-GbAccelLabel GtkFrame {
+GbAccelLabel .frame {
background-color: #fefefe;
border: 1px solid #cecece;
border-radius: 5px;
diff --git a/data/theme/shared.css b/data/theme/shared.css
index 6464656..2203ab4 100644
--- a/data/theme/shared.css
+++ b/data/theme/shared.css
@@ -115,7 +115,7 @@ GtkListBoxRow.with-header {
border-bottom: 1px solid alpha(@borders, 0.4);
}
-GbGreeterWindow GtkFrame {
+GbGreeterWindow .frame {
border-top: 1px solid alpha(@borders, 0.4);
border-left: 1px solid alpha(@borders, 0.4);
border-right: 1px solid alpha(@borders, 0.4);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]