aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/sass/_applications.scss
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.20/sass/_applications.scss')
-rw-r--r--common/gtk-3.0/3.20/sass/_applications.scss24
1 files changed, 20 insertions, 4 deletions
diff --git a/common/gtk-3.0/3.20/sass/_applications.scss b/common/gtk-3.0/3.20/sass/_applications.scss
index b1a81b4..6b9d8df 100644
--- a/common/gtk-3.0/3.20/sass/_applications.scss
+++ b/common/gtk-3.0/3.20/sass/_applications.scss
@@ -35,7 +35,7 @@ terminal-window {
}
.nautilus-desktop.nautilus-canvas-item {
- color: $selected_fg_color;
+ color: white;
text-shadow: 1px 1px transparentize(black, 0.4);
&:active { color: $fg_color; }
@@ -104,6 +104,21 @@ $disk_space_free: darken($bg_color, 3%);
animation-iteration-count: 3;
}
+// Batch renaming dialog
+.conflict-row.activatable {
+ &, &:active {
+ color: $error_fg_color;
+ background-color: $error_color;
+ }
+
+ &:hover { background-color: lighten($error_color, 10%); }
+
+ &:selected {
+ color: $selected_fg_color;
+ background-color: $selected_bg_color;
+ }
+}
+
//
// Nemo
//
@@ -419,7 +434,8 @@ button.documents-favorite:active:hover {
// Mate/Gnome Flashback Panel
//
.gnome-panel-menu-bar,
-.mate-panel-menu-bar {
+.mate-panel-menu-bar,
+panel-toplevel.background {
&, menubar { background-color: $panel_bg; }
@@ -479,7 +495,7 @@ button.documents-favorite:active:hover {
}
&:checked {
- color: $selected_fg_color;
+ color: white;
background-color: transparentize(black, 0.75);
box-shadow: inset 0 -2px $selected_bg_color;
}
@@ -572,7 +588,7 @@ button.documents-favorite:active:hover {
border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, white);
+ background-image: _solid(white);
background-color: transparent;
.title, .label {