[gnome-builder] greeter: tweak style for template selector



commit 233c50a8ece9244c0fdf8108a74e6e6f0979247b
Author: Christian Hergert <chergert redhat com>
Date:   Sat Sep 2 20:15:36 2017 -0700

    greeter: tweak style for template selector

 data/themes/shared.css                |    1 +
 data/themes/shared/shared-greeter.css |   10 ++++++++++
 libide/libide.gresource.xml           |    1 +
 3 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/data/themes/shared.css b/data/themes/shared.css
index a9ee0c9..518e1f2 100644
--- a/data/themes/shared.css
+++ b/data/themes/shared.css
@@ -1,6 +1,7 @@
 @import url("resource:///org/gnome/builder/themes/shared/shared-debugger.css");
 @import url("resource:///org/gnome/builder/themes/shared/shared-layout.css");
 @import url("resource:///org/gnome/builder/themes/shared/shared-editor.css");
+@import url("resource:///org/gnome/builder/themes/shared/shared-greeter.css");
 @import url("resource:///org/gnome/builder/themes/shared/shared-omnibar.css");
 @import url("resource:///org/gnome/builder/themes/shared/shared-search.css");
 @import url("resource:///org/gnome/builder/themes/shared/shared-treeview.css");
diff --git a/data/themes/shared/shared-greeter.css b/data/themes/shared/shared-greeter.css
new file mode 100644
index 0000000..ba2dbec
--- /dev/null
+++ b/data/themes/shared/shared-greeter.css
@@ -0,0 +1,10 @@
+greeter flowboxchild {
+  border-radius: 11px;
+  min-width: 164px;
+  min-height: 164px;
+}
+
+greeter flowboxchild:selected label {
+  color: white;
+  font-weight: bold;
+}
diff --git a/libide/libide.gresource.xml b/libide/libide.gresource.xml
index 4e2d9ac..119ff3a 100644
--- a/libide/libide.gresource.xml
+++ b/libide/libide.gresource.xml
@@ -34,6 +34,7 @@
     <file compressed="true" alias="shared.css">../data/themes/shared.css</file>
     <file compressed="true" 
alias="shared/shared-debugger.css">../data/themes/shared/shared-debugger.css</file>
     <file compressed="true" alias="shared/shared-editor.css">../data/themes/shared/shared-editor.css</file>
+    <file compressed="true" alias="shared/shared-greeter.css">../data/themes/shared/shared-greeter.css</file>
     <file compressed="true" alias="shared/shared-layout.css">../data/themes/shared/shared-layout.css</file>
     <file compressed="true" alias="shared/shared-omnibar.css">../data/themes/shared/shared-omnibar.css</file>
     <file compressed="true" alias="shared/shared-search.css">../data/themes/shared/shared-search.css</file>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]