aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18/sass
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.18/sass')
-rw-r--r--common/gtk-3.0/3.18/sass/_applications.scss2
-rw-r--r--common/gtk-3.0/3.18/sass/_common.scss6
-rw-r--r--common/gtk-3.0/3.18/sass/_drawing.scss6
3 files changed, 8 insertions, 6 deletions
diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss
index b1ef201..cd3d82c 100644
--- a/common/gtk-3.0/3.18/sass/_applications.scss
+++ b/common/gtk-3.0/3.18/sass/_applications.scss
@@ -614,7 +614,7 @@ MarlinViewWindow *:selected:focus {
}
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
@include entry(header-normal);
&:focus { @include entry(header-focus) }
diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss
index 4b1c0c7..eae5de1 100644
--- a/common/gtk-3.0/3.18/sass/_common.scss
+++ b/common/gtk-3.0/3.18/sass/_common.scss
@@ -213,11 +213,11 @@ GtkTextView { // This will get overridden by .view, needed by gedit line numbers
border: 1px solid;
padding: 5px 8px 6px;
- border-radius: 15px;
+ border-radius: 3px;
transition: all 200ms $ease-out-quad;
@include entry(normal);
- .header-bar & { padding: 6px 11px; }
+ .header-bar & { padding: 6px; }
//&.image { // icons inside the entry
// &.left { padding-left: 0; }
@@ -357,6 +357,8 @@ GtkTextView { // This will get overridden by .view, needed by gedit line numbers
}
}
+GtkSearchEntry.entry { border-radius: 20px; }
+
/***********
* Buttons *
***********/
diff --git a/common/gtk-3.0/3.18/sass/_drawing.scss b/common/gtk-3.0/3.18/sass/_drawing.scss
index c073126..2cb08e1 100644
--- a/common/gtk-3.0/3.18/sass/_drawing.scss
+++ b/common/gtk-3.0/3.18/sass/_drawing.scss
@@ -168,9 +168,9 @@
//
// insensitive pushed button
//
- color: transparentize($selected_fg_color, 0.45);
- border-color: transparentize($selected_bg_color, 0.45);
- background-color: transparentize($selected_bg_color, 0.45);
+ color: transparentize($selected_fg_color, 0.2);
+ border-color: transparentize($selected_bg_color, 0.25);
+ background-color: transparentize($selected_bg_color, 0.25);
opacity: 0.6;