[gedit] css: class names should not be used
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] css: class names should not be used
- Date: Thu, 4 Feb 2016 20:03:27 +0000 (UTC)
commit 228ebbac459285ed9d2458d7b1c1148cb79c4fef
Author: Paolo Borelli <pborelli gnome org>
Date: Thu Feb 4 20:56:14 2016 +0100
css: class names should not be used
gedit/resources/css/gedit-style.css | 7 ++++++-
gedit/resources/css/gedit.adwaita.css | 9 ++-------
2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gedit/resources/css/gedit-style.css b/gedit/resources/css/gedit-style.css
index fa14f8c..3222303 100644
--- a/gedit/resources/css/gedit-style.css
+++ b/gedit/resources/css/gedit-style.css
@@ -26,12 +26,17 @@
padding: 3px 6px 3px 6px;
}
-GeditStatusbar .frame {
+statusbar frame {
border: none;
padding-left: 6px;
padding-right: 6px;
}
+statusbar button.flat {
+ border-radius: 0;
+ border-bottom: none;
+}
+
GeditFileBrowserWidget .small-button {
padding: 2px 4px;
}
diff --git a/gedit/resources/css/gedit.adwaita.css b/gedit/resources/css/gedit.adwaita.css
index 3f9f676..381d548 100644
--- a/gedit/resources/css/gedit.adwaita.css
+++ b/gedit/resources/css/gedit.adwaita.css
@@ -57,16 +57,11 @@
color: currentColor;
}
-GeditStatusbar {
+statusbar {
border-top: 1px solid @borders;
}
-GeditStatusbar .button.flat {
- border-radius: 0;
- border-bottom: none;
-}
-
-GeditViewFrame .gedit-search-slider {
+.gedit-search-slider {
background-color: @theme_base_color;
padding: 6px;
border-color: @borders;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]