aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk-solid.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-solid.css')
-rw-r--r--common/gtk-3.0/3.20/gtk-solid.css38
1 files changed, 26 insertions, 12 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index 622ed2f..094e15f 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -2615,14 +2615,14 @@ popover.background.touch-selection, .csd popover.background.touch-selection {
.monospace {
font: Monospace; }
-button.circular,
+button.circular, button.nautilus-circular-button.image-button,
button.circular-button {
padding: 0;
min-width: 26px;
min-height: 26px;
border-radius: 50%;
-gtk-outline-radius: 50%; }
- button.circular label,
+ button.circular label, button.nautilus-circular-button.image-button label,
button.circular-button label {
padding: 0; }
@@ -2639,7 +2639,7 @@ button.circular-button {
stackswitcher button.text-button {
min-width: 80px; }
-stackswitcher button.circular {
+stackswitcher button.circular, stackswitcher button.nautilus-circular-button.image-button {
min-width: 0; }
*:drop(active):focus,
@@ -2806,11 +2806,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nautilus-window notebook > stack:not(:only-child) searchbar {
background-color: #ffffff; }
-button.nautilus-circular-button.image-button {
- border-radius: 50%;
- -gtk-outline-radius: 50%;
- padding: 8px; }
-
.disk-space-display {
border-style: solid;
border-width: 1px; }
@@ -2827,6 +2822,25 @@ button.nautilus-circular-button.image-button {
.nautilus-list-view .view {
border-bottom: 1px solid #dcdfe3; }
+@keyframes needs_attention_keyframes {
+ 0% {
+ color: rgba(82, 93, 118, 0.8);
+ outline-color: rgba(82, 93, 118, 0.1);
+ border-color: rgba(82, 93, 118, 0.1);
+ background-color: rgba(251, 251, 252, 0.9); }
+ 100% {
+ color: #ffffff;
+ outline-color: rgba(255, 255, 255, 0.3);
+ border-color: #5294E2;
+ background-color: #5294E2; } }
+
+.nautilus-operations-button-needs-attention {
+ animation: needs_attention_keyframes 2s ease-in-out; }
+
+.nautilus-operations-button-needs-attention-multiple {
+ animation: needs_attention_keyframes 3s ease-in-out;
+ animation-iteration-count: 3; }
+
.open-document-selector-treeview.view {
padding: 3px 6px 3px 6px;
border-color: #ffffff; }
@@ -3419,19 +3433,19 @@ GtkListBox .h4 {
.nautilus-window.maximized placessidebar.sidebar {
background-color: #353945; }
-.nautilus-window button.sidebar-button {
+.nautilus-window row:not(:selected) button.sidebar-button {
color: #BAC3CF; }
- .nautilus-window button.sidebar-button:hover {
+ .nautilus-window row:not(:selected) button.sidebar-button:hover {
color: #BAC3CF;
outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
- .nautilus-window button.sidebar-button:active {
+ .nautilus-window row:not(:selected) button.sidebar-button:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
- .nautilus-window button.sidebar-button:not(:hover):not(:active) > image {
+ .nautilus-window row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image {
opacity: 0.5; }
.gedit-bottom-panel-paned {