diff options
author | raveit65 <[email protected]> | 2016-02-25 19:22:23 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-02-25 19:22:23 +0100 |
commit | 95941bda9f19809f95564fea429b0f82cadd6c5d (patch) | |
tree | d825f01637478d4ec65c65a7cd1177cddb3e4788 /desktop-themes | |
parent | c04459b1e93ffe004f521d14d0a41a81beb541bd (diff) | |
download | mate-themes-95941bda9f19809f95564fea429b0f82cadd6c5d.tar.bz2 mate-themes-95941bda9f19809f95564fea429b0f82cadd6c5d.tar.xz |
GTK+-3.20 Blue-Submarine: correction for virtual-manager
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css index 3f129a56..4105b94b 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css @@ -699,3 +699,8 @@ NemoPathBar:dir(ltr).raised.linked .button.text-button:checked:hover:active:only padding: 0px 8px; } +/* virtual-manager detail view, hopefully only */ +window.background box.vertical notebook box.horizontal box.vertical notebook { + border-style: none; +} + |