tweak gedit-map-frame styling (fix #584)

pull/600/head
Horst3180 8 years ago
parent f328026225
commit 4d58f02a17

@ -2870,6 +2870,9 @@ GeditStatusMenuButton.sidebar-button.button:checked {
GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
border-bottom: 1px solid #dcdfe3; }
.gedit-map-frame {
border-color: rgba(0, 0, 0, 0.3); }
.gedit-search-entry-occurrences-tag {
color: rgba(92, 97, 108, 0.6);
border: none;

@ -2870,6 +2870,9 @@ GeditStatusMenuButton.sidebar-button.button:checked {
GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
border-bottom: 1px solid #dcdfe3; }
.gedit-map-frame {
border-color: rgba(0, 0, 0, 0.3); }
.gedit-search-entry-occurrences-tag {
color: rgba(92, 97, 108, 0.6);
border: none;

@ -2874,6 +2874,9 @@ GeditStatusMenuButton.sidebar-button.button:checked {
GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
border-bottom: 1px solid #dcdfe3; }
.gedit-map-frame {
border-color: rgba(0, 0, 0, 0.3); }
.gedit-search-entry-occurrences-tag {
color: rgba(92, 97, 108, 0.6);
border: none;

@ -2874,6 +2874,9 @@ GeditStatusMenuButton.sidebar-button.button:checked {
GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
border-bottom: 1px solid #dcdfe3; }
.gedit-map-frame {
border-color: rgba(0, 0, 0, 0.3); }
.gedit-search-entry-occurrences-tag {
color: rgba(92, 97, 108, 0.6);
border: none;

@ -282,13 +282,16 @@ GeditStatusMenuButton:checked.button.flat {
border-radius: 0;
}
GeditViewFrame .gedit-search-slider { @extend %search_slider }
GeditFileBrowserWidget .toolbar {
border-bottom: 1px solid $borders_color;
}
.gedit-map-frame {
@if $variant=='light' { border-color: transparentize(black, 0.7); }
}
.gedit-search-entry-occurrences-tag {
color: transparentize($fg_color, 0.4);
border: none;

@ -3290,6 +3290,13 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
margin: 2px;
padding: 2px; }
.gedit-map-frame border {
border-width: 0; }
.gedit-map-frame border:dir(ltr) {
border-left-width: 1px; }
.gedit-map-frame border:dir(rtl) {
border-right-width: 1px; }
.gb-search-entry-occurrences-tag {
background: none; }

@ -3288,6 +3288,14 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
margin: 2px;
padding: 2px; }
.gedit-map-frame border {
border-color: rgba(0, 0, 0, 0.3);
border-width: 0; }
.gedit-map-frame border:dir(ltr) {
border-left-width: 1px; }
.gedit-map-frame border:dir(rtl) {
border-right-width: 1px; }
.gb-search-entry-occurrences-tag {
background: none; }

@ -3290,6 +3290,13 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
margin: 2px;
padding: 2px; }
.gedit-map-frame border {
border-width: 0; }
.gedit-map-frame border:dir(ltr) {
border-left-width: 1px; }
.gedit-map-frame border:dir(rtl) {
border-right-width: 1px; }
.gb-search-entry-occurrences-tag {
background: none; }

@ -3288,6 +3288,14 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
margin: 2px;
padding: 2px; }
.gedit-map-frame border {
border-color: rgba(0, 0, 0, 0.3);
border-width: 0; }
.gedit-map-frame border:dir(ltr) {
border-left-width: 1px; }
.gedit-map-frame border:dir(rtl) {
border-right-width: 1px; }
.gb-search-entry-occurrences-tag {
background: none; }

@ -3292,6 +3292,14 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
margin: 2px;
padding: 2px; }
.gedit-map-frame border {
border-color: rgba(0, 0, 0, 0.3);
border-width: 0; }
.gedit-map-frame border:dir(ltr) {
border-left-width: 1px; }
.gedit-map-frame border:dir(rtl) {
border-right-width: 1px; }
.gb-search-entry-occurrences-tag {
background: none; }

@ -3292,6 +3292,14 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
margin: 2px;
padding: 2px; }
.gedit-map-frame border {
border-color: rgba(0, 0, 0, 0.3);
border-width: 0; }
.gedit-map-frame border:dir(ltr) {
border-left-width: 1px; }
.gedit-map-frame border:dir(rtl) {
border-right-width: 1px; }
.gb-search-entry-occurrences-tag {
background: none; }

@ -239,6 +239,16 @@ $disk_space_free: darken($bg_color, 3%);
padding: 2px;
}
.gedit-map-frame {
border {
@if $variant=='light' { border-color: transparentize(black, 0.7); }
border-width: 0;
&:dir(ltr) { border-left-width: 1px; }
&:dir(rtl) { border-right-width: 1px; }
}
}
//
// Gnome Builder
//

Loading…
Cancel
Save