aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/sass/_applications.scss
diff options
context:
space:
mode:
authorHorst31802015-10-21 19:46:52 +0200
committerHorst31802015-10-21 19:46:52 +0200
commit7790df91c2a3df24ee0f762371eb64c868b5ddd0 (patch)
tree3e074e19cbf41ad6be5fdcc868c09baf61b567e3 /common/gtk-3.0/3.14/sass/_applications.scss
parent3afcf368bc9fb24a15c9fbd6eb1b188ce11e6acb (diff)
downloadsolarc-theme-7790df91c2a3df24ee0f762371eb64c868b5ddd0.tar.gz
solarc-theme-7790df91c2a3df24ee0f762371eb64c868b5ddd0.tar.xz
solarc-theme-7790df91c2a3df24ee0f762371eb64c868b5ddd0.zip
clean up
Diffstat (limited to 'common/gtk-3.0/3.14/sass/_applications.scss')
-rw-r--r--common/gtk-3.0/3.14/sass/_applications.scss72
1 files changed, 31 insertions, 41 deletions
diff --git a/common/gtk-3.0/3.14/sass/_applications.scss b/common/gtk-3.0/3.14/sass/_applications.scss
index 5e72a0f..2f6738b 100644
--- a/common/gtk-3.0/3.14/sass/_applications.scss
+++ b/common/gtk-3.0/3.14/sass/_applications.scss
@@ -71,8 +71,6 @@ TerminalWindow {
//
// Nautilus
//
-NautilusCanvasViewContainer.view .entry { border-radius: 3px; }
-
.nautilus-canvas-item {
border-radius: 2px;
}
@@ -96,64 +94,56 @@ NautilusNotebook.notebook {
}
}
-//NautilusNotebook.notebook {
-// background-color: $base_color;
-//}
-
NautilusQueryEditor .search-bar.toolbar {
padding: 5px;
box-shadow: none;
background-color: $base_color;
}
-
//
// Nemo
//
-NemoIconViewContainer { @extend NautilusCanvasViewContainer.view }
-
-NemoWindow EelEditableLabel.entry { transition: none; } // Workaround for invisible text in rename entry
-
-NemoWindow .sidebar .frame {
- border-width: 0;
-}
-
-NemoWindow GtkSeparator.separator.horizontal {
- color: $borders_color;
-}
-
.nemo-desktop.nemo-canvas-item {
@extend .nautilus-desktop.nautilus-canvas-item;
}
-NemoWindow .primary-toolbar NemoPathBar.linked > .button {
- $_linked_separator_color: $header_button_border;
+NemoWindow {
- @include button(header-hover);
+ EelEditableLabel.entry { transition: none; } // Workaround for invisible text in rename entry
- &:hover { background-color: lighten($header_button_bg, 15%); }
- &:active, &:checked { @include button(header-active); }
- &:insensitive { color: transparentize($header_fg, 0.4); }
+ .sidebar .frame { border-width: 0; }
- @extend %linked;
+ GtkSeparator.separator.horizontal { color: $borders_color; }
- &:hover {
- box-shadow: inset 1px 0 $_linked_separator_color,
- inset -1px 0 $_linked_separator_color;
- }
- &:active, &:checked { box-shadow: none; }
+ .primary-toolbar NemoPathBar.linked > .button {
+ $_linked_separator_color: $header_button_border;
- &:first-child {
- &:hover { box-shadow: inset -1px 0 $_linked_separator_color; }
- &:active, &:checked { box-shadow: none; }
- }
- &:last-child {
- &:hover { box-shadow: inset 1px 0 $_linked_separator_color; }
- &:active, &:checked { box-shadow: none; }
- }
- &:only-child {
- &:hover { box-shadow: none; }
+ @include button(header-hover);
+
+ &:hover { background-color: lighten($header_button_bg, 15%); }
+ &:active, &:checked { @include button(header-active); }
+ &:insensitive { color: transparentize($header_fg, 0.4); }
+
+ @extend %linked;
+
+ &:hover {
+ box-shadow: inset 1px 0 $_linked_separator_color,
+ inset -1px 0 $_linked_separator_color;
+ }
&:active, &:checked { box-shadow: none; }
+
+ &:first-child {
+ &:hover { box-shadow: inset -1px 0 $_linked_separator_color; }
+ &:active, &:checked { box-shadow: none; }
+ }
+ &:last-child {
+ &:hover { box-shadow: inset 1px 0 $_linked_separator_color; }
+ &:active, &:checked { box-shadow: none; }
+ }
+ &:only-child {
+ &:hover { box-shadow: none; }
+ &:active, &:checked { box-shadow: none; }
+ }
}
}