diff options
author | raveit65 <[email protected]> | 2014-10-18 00:19:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-18 00:19:00 +0200 |
commit | 0ccfa18e2194b6c261bfffd75bfc70f69358b566 (patch) | |
tree | 6a378ff5255ab2e933afbb0fbded2c1c96f1316b /desktop-themes/TraditionalOk | |
parent | 51f5c378c7d8beea15553b5ce1a33ff0ab25ecf9 (diff) | |
download | mate-themes-0ccfa18e2194b6c261bfffd75bfc70f69358b566.tar.bz2 mate-themes-0ccfa18e2194b6c261bfffd75bfc70f69358b566.tar.xz |
TraditionalOK GTK3: fogotten commint
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/applications.css | 64 |
1 files changed, 62 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/applications.css b/desktop-themes/TraditionalOk/gtk-3.0/applications.css index 029a5495..5ac5de64 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/applications.css @@ -20,12 +20,72 @@ border-image: none; } +NautilusToolbar .linked.raised GtkToggleButton.button:first-child, +NautilusToolbar .linked.raised GtkToggleButton.button:first-child:active:hover { + border-right-width: 1px; +} + /********* * gedit * *********/ -GeditFloatingSlider .entry.not-found:focus { - border-image: url("img/border-error.svg") 3 3 4 3 / 3px 3px 4px 3px repeat; +GeditMenuStackSwitcher.button.flat { + border-image: url("img/border.svg") 3 3 4 3 / 3px 3px 4px 3px repeat; + border-radius: 3px; + border-width: 1px 1px 2px 1px; + border-style: solid; + border-color: transparent; +} + +.gedit-side-panel-paned, +.gedit-bottom-panel-paned, +.gedit-bottom-panel-stack-switcher .notebook GtkBox.vertical { + border-style: solid; + border-color: @toolbar_border_top_color; +} + +.gedit-side-panel-paned { + border-width: 0px 1px 0px 0px; +} + +.gedit-bottom-panel-paned { + border-width: 1px 0px 0px 0px; +} + +.gedit-bottom-panel-stack-switcher .notebook GtkBox.vertical { + border-width: 1px; +} + +.gedit-menu-stack-switcher { + padding: 15px 15px 2px 15px; +} + +GeditMultiNotebook .notebook { + border-width: 0px 0px 1px 1px; +} + +GeditViewFrame .gedit-search-slider { + padding: 4px; + border-image: url("img/border-focused.svg") 3 3 4 3 / 3px 3px 4px 3px repeat; +} + +.gedit-search-entry-occurrences-tag { + color: @theme_text_color; + background-color: @theme_bg_color; + margin: 2px 0px 2px 2px; + padding: 2px; +} + +GeditStatusbar .frame.flat { + border: none; +} + +/********** + * evince * + **********/ + +EvPageActionWidget .linked .entry:first-child { + border-right-width: 0px; } /******************* |