diff options
author | raveit65 <[email protected]> | 2016-02-25 19:22:23 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-02-25 19:26:46 +0100 |
commit | 947a13fb182cfbc3e3ed132e49b834c84119ed23 (patch) | |
tree | bb114d4230475ef9bd836182deccf313fe650b49 /desktop-themes | |
parent | 8b44c534a963999a59834708e15dcb8926279e00 (diff) | |
download | mate-themes-947a13fb182cfbc3e3ed132e49b834c84119ed23.tar.bz2 mate-themes-947a13fb182cfbc3e3ed132e49b834c84119ed23.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; +} + |