diff options
author | raveit65 <[email protected]> | 2016-04-13 21:41:08 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-13 21:41:08 +0200 |
commit | 9050c337df14e5285fe613d375dd93e9302b8631 (patch) | |
tree | abbc843097acb9c5c1b74ecaa06f1a850f3a2e77 /desktop-themes/TraditionalOk | |
parent | 439cd45cfd5266695ccb5fdf4c313e586a766310 (diff) | |
download | mate-themes-9050c337df14e5285fe613d375dd93e9302b8631.tar.bz2 mate-themes-9050c337df14e5285fe613d375dd93e9302b8631.tar.xz |
GTK+-3.20 TOK themes: style nemo-preferences dialog
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/other-applications.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css index 6a866d9f..c2eddb40 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css @@ -46,3 +46,11 @@ border-width: 1px 1px 0px 1px; } +.nemo-properties-dialog frame.view { + border-color: transparent; +} + +.nemo-properties-dialog frame.view stack scrolledwindow viewport.frame { + background-color: @notebook_bg_color; +} + |