diff options
author | Horst3180 | 2016-03-23 22:36:02 +0100 |
---|---|---|
committer | Horst3180 | 2016-03-23 22:36:02 +0100 |
commit | 8b229509cffad261c1c8895f1225652de2bf21e6 (patch) | |
tree | d049d5415049b847231ab69ac7a091dd29be7793 /common/gtk-3.0/3.20/gtk-darker.css | |
parent | 77ac8008b1351898fe0b6ce6f212cf6f4d2fe54a (diff) | |
download | solarc-theme-8b229509cffad261c1c8895f1225652de2bf21e6.tar.gz solarc-theme-8b229509cffad261c1c8895f1225652de2bf21e6.tar.xz solarc-theme-8b229509cffad261c1c8895f1225652de2bf21e6.zip |
fix floating bar in epiphany
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-darker.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-darker.css | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index a9fce10..3cae6f5 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.css @@ -2588,7 +2588,7 @@ infobar { row:selected button, .info button, .question button, .warning button, -.error button, .floating-bar button { +.error button, .nautilus-window .floating-bar button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); background-color: rgba(255, 255, 255, 0); @@ -2599,7 +2599,7 @@ row:selected button, .info button, .warning button.flat, .warning button.sidebar-button, .error button.flat, - .error button.sidebar-button, .floating-bar button.flat, .floating-bar button.sidebar-button { + .error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; @@ -2608,7 +2608,7 @@ row:selected button, .info button, row:selected button:hover, .info button:hover, .question button:hover, .warning button:hover, - .error button:hover, .floating-bar button:hover { + .error button:hover, .nautilus-window .floating-bar button:hover { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); background-color: rgba(255, 255, 255, 0.2); @@ -2616,13 +2616,13 @@ row:selected button, .info button, row:selected button:active, .info button:active, .question button:active, .warning button:active, - .error button:active, .floating-bar button:active, row:selected button:active:hover, .info button:active:hover, + .error button:active, .nautilus-window .floating-bar button:active, row:selected button:active:hover, .info button:active:hover, .question button:active:hover, .warning button:active:hover, - .error button:active:hover, .floating-bar button:active:hover, row:selected button:checked, .info button:checked, + .error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, .info button:checked, .question button:checked, .warning button:checked, - .error button:checked, .floating-bar button:checked { + .error button:checked, .nautilus-window .floating-bar button:checked { color: #5294E2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; @@ -2630,17 +2630,17 @@ row:selected button, .info button, row:selected button:disabled, .info button:disabled, .question button:disabled, .warning button:disabled, - .error button:disabled, .floating-bar button:disabled { + .error button:disabled, .nautilus-window .floating-bar button:disabled { color: rgba(255, 255, 255, 0.4); background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.2); } row:selected button:disabled:active, .info button:disabled:active, .question button:disabled:active, .warning button:disabled:active, - .error button:disabled:active, .floating-bar button:disabled:active, row:selected button:disabled:checked, .info button:disabled:checked, + .error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, row:selected button:disabled:checked, .info button:disabled:checked, .question button:disabled:checked, .warning button:disabled:checked, - .error button:disabled:checked, .floating-bar button:disabled:checked { + .error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { color: rgba(82, 148, 226, 0.4); background-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.2); } @@ -3134,16 +3134,16 @@ button.documents-favorite:active:hover { border: none; background-color: #5294E2; } -.floating-bar { +.nautilus-window .floating-bar { padding: 1px; background-color: #5294E2; color: #ffffff; border-radius: 2px 2px 0 0; } - .floating-bar.bottom.left { + .nautilus-window .floating-bar.bottom.left { border-top-left-radius: 0; } - .floating-bar.bottom.right { + .nautilus-window .floating-bar.bottom.right { border-top-right-radius: 0; } - .floating-bar button { + .nautilus-window .floating-bar button { border: none; border-radius: 0; min-height: 0; } |