aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk-solid-darker.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-solid-darker.css')
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-darker.css26
1 files changed, 13 insertions, 13 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index 56f2d80..b615a22 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-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; }