[gnome-builder] colorpicker: move Adwaitas css to generic
- From: Sébastien Lafargue <slafargue src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] colorpicker: move Adwaitas css to generic
- Date: Sun, 24 Jul 2016 17:36:42 +0000 (UTC)
commit 990d6eb6917696a71f06c08fb64aef4970349b59
Author: Sebastien Lafargue <slafargue gnome org>
Date: Sun Jul 24 19:34:15 2016 +0200
colorpicker: move Adwaitas css to generic
Themes other than Adwaita should be
mostly fine now.
plugins/color-picker/gb-color-picker.gresource.xml | 2 +-
plugins/color-picker/theme/Adwaita-dark.css | 2 +-
plugins/color-picker/theme/Adwaita.css | 2 +-
.../theme/{Adwaita-shared.css => shared.css} | 6 ------
4 files changed, 3 insertions(+), 9 deletions(-)
---
diff --git a/plugins/color-picker/gb-color-picker.gresource.xml
b/plugins/color-picker/gb-color-picker.gresource.xml
index 9a1c6bf..0e5c1c5 100644
--- a/plugins/color-picker/gb-color-picker.gresource.xml
+++ b/plugins/color-picker/gb-color-picker.gresource.xml
@@ -3,7 +3,7 @@
<gresource prefix="/org/gnome/builder/plugins/color-picker-plugin">
<file>theme/Adwaita.css</file>
<file>theme/Adwaita-dark.css</file>
- <file>theme/Adwaita-shared.css</file>
+ <file>theme/shared.css</file>
<file>gtk/color-picker.ui</file>
<file>gtk/color-picker-prefs.ui</file>
diff --git a/plugins/color-picker/theme/Adwaita-dark.css b/plugins/color-picker/theme/Adwaita-dark.css
index c73331a..5154e4c 100644
--- a/plugins/color-picker/theme/Adwaita-dark.css
+++ b/plugins/color-picker/theme/Adwaita-dark.css
@@ -1,4 +1,4 @@
-@import url("resource:///org/gnome/builder/plugins/color-picker-plugin/theme/Adwaita-shared.css");
+@import url("resource:///org/gnome/builder/plugins/color-picker-plugin/theme/shared.css");
/* palettew widget dnd indicator */
gstylecolorpanel gstylepalettewidget.dnd {
diff --git a/plugins/color-picker/theme/Adwaita.css b/plugins/color-picker/theme/Adwaita.css
index 0a36987..5bade4f 100644
--- a/plugins/color-picker/theme/Adwaita.css
+++ b/plugins/color-picker/theme/Adwaita.css
@@ -1,4 +1,4 @@
-@import url("resource:///org/gnome/builder/plugins/color-picker-plugin/theme/Adwaita-shared.css");
+@import url("resource:///org/gnome/builder/plugins/color-picker-plugin/theme/shared.css");
/*
* FileChooserDialog preview
diff --git a/plugins/color-picker/theme/Adwaita-shared.css b/plugins/color-picker/theme/shared.css
similarity index 97%
rename from plugins/color-picker/theme/Adwaita-shared.css
rename to plugins/color-picker/theme/shared.css
index e8ea6db..fe2df58 100644
--- a/plugins/color-picker/theme/Adwaita-shared.css
+++ b/plugins/color-picker/theme/shared.css
@@ -11,12 +11,6 @@ gstylecolorpanel > box {
border-width: 1px 0px 0px 0px;
}
-#search_strings_popover gstylecolorwidget label,
-gstylecolorpanel gstylecolorwidget label,
-#colorpicker_preview_widget gstylecolorwidget label {
- padding: 12px;
-}
-
/* Buttons and Toggles - remove default style */
gstylecolorpanel button.toggle,
gstylecolorpanel #components_menu_button,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]