diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2015-11-24 11:24:08 (GMT) |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2015-11-24 14:43:14 (GMT) |
| commit | 9da514288905d5b8013ddd0f2e1bdd29aded61a5 (patch) | |
| tree | 23ba3459cc9c8adba90f3e742c1e3264ab7226e1 | |
| parent | a3650bb9378c4fc6a0adacdc0f074cf5cad438e6 (diff) | |
| download | gedit-9da514288905d5b8013ddd0f2e1bdd29aded61a5.zip gedit-9da514288905d5b8013ddd0f2e1bdd29aded61a5.tar.xz | |
Include some extra css rules in gedit-style
Those rules are not specific to Adwaita and useful in other themes as well
https://bugzilla.gnome.org/show_bug.cgi?id=758585
| -rw-r--r-- | gedit/resources/css/gedit-style.css | 15 | ||||
| -rw-r--r-- | gedit/resources/css/gedit.adwaita.css | 13 |
2 files changed, 15 insertions, 13 deletions
diff --git a/gedit/resources/css/gedit-style.css b/gedit/resources/css/gedit-style.css index 87b5e13..2223e86 100644 --- a/gedit/resources/css/gedit-style.css +++ b/gedit/resources/css/gedit-style.css @@ -43,3 +43,18 @@ .gedit-map-frame:dir(rtl) { border-width: 0 1px 0 0; } + +.open-document-selector-treeview { + padding: 3px 6px 3px 6px; +} + +GeditStatusbar .frame { + border: none; + padding-left: 6px; + padding-right: 6px; +} + +GeditFileBrowserWidget .small-button { + padding: 2px 4px; +} + diff --git a/gedit/resources/css/gedit.adwaita.css b/gedit/resources/css/gedit.adwaita.css index ee08189..d2262ad 100644 --- a/gedit/resources/css/gedit.adwaita.css +++ b/gedit/resources/css/gedit.adwaita.css @@ -7,10 +7,6 @@ GeditWindow .pane-separator:hover { color: @borders; } -.open-document-selector-treeview { - padding: 3px 6px 3px 6px; -} - .open-document-selector-treeview:prelight { background-color: alpha(@theme_fg_color, 0.05); } @@ -119,12 +115,6 @@ GeditStatusbar .button.flat { border-bottom: none; } -GeditStatusbar .frame { - border: none; - padding-left: 6px; - padding-right: 6px; -} - GeditViewFrame .gedit-search-slider { background-color: @theme_base_color; padding: 6px; @@ -141,6 +131,3 @@ GeditViewFrame .gedit-search-slider { padding: 2px; } -GeditFileBrowserWidget .small-button { - padding: 2px 4px; -} |
