aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20
diff options
context:
space:
mode:
authorHorst31802016-03-23 22:36:02 +0100
committerHorst31802016-03-23 22:36:02 +0100
commit8b229509cffad261c1c8895f1225652de2bf21e6 (patch)
treed049d5415049b847231ab69ac7a091dd29be7793 /common/gtk-3.0/3.20
parent77ac8008b1351898fe0b6ce6f212cf6f4d2fe54a (diff)
downloadsolarc-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')
-rw-r--r--common/gtk-3.0/3.20/gtk-dark.css26
-rw-r--r--common/gtk-3.0/3.20/gtk-darker.css26
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-dark.css26
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-darker.css26
-rw-r--r--common/gtk-3.0/3.20/gtk-solid.css26
-rw-r--r--common/gtk-3.0/3.20/gtk.css26
-rw-r--r--common/gtk-3.0/3.20/sass/_applications.scss2
7 files changed, 79 insertions, 79 deletions
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index 12f0402..8d69b6b 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -2589,7 +2589,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);
@@ -2600,7 +2600,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;
@@ -2609,7 +2609,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);
@@ -2617,13 +2617,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;
@@ -2631,17 +2631,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); }
@@ -3135,16 +3135,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; }
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; }
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index bb32e63..96e282f 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -2589,7 +2589,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);
@@ -2600,7 +2600,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;
@@ -2609,7 +2609,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);
@@ -2617,13 +2617,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;
@@ -2631,17 +2631,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); }
@@ -3135,16 +3135,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; }
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; }
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index 59d7209..74d573f 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -2592,7 +2592,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);
@@ -2603,7 +2603,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;
@@ -2612,7 +2612,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);
@@ -2620,13 +2620,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;
@@ -2634,17 +2634,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); }
@@ -3138,16 +3138,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; }
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index e337f09..33d8107 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -2592,7 +2592,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);
@@ -2603,7 +2603,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;
@@ -2612,7 +2612,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);
@@ -2620,13 +2620,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;
@@ -2634,17 +2634,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); }
@@ -3138,16 +3138,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; }
diff --git a/common/gtk-3.0/3.20/sass/_applications.scss b/common/gtk-3.0/3.20/sass/_applications.scss
index a7a749d..478dc5d 100644
--- a/common/gtk-3.0/3.20/sass/_applications.scss
+++ b/common/gtk-3.0/3.20/sass/_applications.scss
@@ -426,7 +426,7 @@ button.documents-favorite:active:hover {
//
// Floating Bar
//
-.floating-bar {
+.nautilus-window .floating-bar {
padding: 1px;
background-color: $selected_bg_color;
color: $selected_fg_color;