mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
tweak gedit-map-frame styling (fix #584)
This commit is contained in:
parent
f328026225
commit
4d58f02a17
@ -2870,6 +2870,9 @@ GeditStatusMenuButton.sidebar-button.button:checked {
|
|||||||
GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
|
GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
|
||||||
border-bottom: 1px solid #dcdfe3; }
|
border-bottom: 1px solid #dcdfe3; }
|
||||||
|
|
||||||
|
.gedit-map-frame {
|
||||||
|
border-color: rgba(0, 0, 0, 0.3); }
|
||||||
|
|
||||||
.gedit-search-entry-occurrences-tag {
|
.gedit-search-entry-occurrences-tag {
|
||||||
color: rgba(92, 97, 108, 0.6);
|
color: rgba(92, 97, 108, 0.6);
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -2870,6 +2870,9 @@ GeditStatusMenuButton.sidebar-button.button:checked {
|
|||||||
GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
|
GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
|
||||||
border-bottom: 1px solid #dcdfe3; }
|
border-bottom: 1px solid #dcdfe3; }
|
||||||
|
|
||||||
|
.gedit-map-frame {
|
||||||
|
border-color: rgba(0, 0, 0, 0.3); }
|
||||||
|
|
||||||
.gedit-search-entry-occurrences-tag {
|
.gedit-search-entry-occurrences-tag {
|
||||||
color: rgba(92, 97, 108, 0.6);
|
color: rgba(92, 97, 108, 0.6);
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -2874,6 +2874,9 @@ GeditStatusMenuButton.sidebar-button.button:checked {
|
|||||||
GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
|
GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
|
||||||
border-bottom: 1px solid #dcdfe3; }
|
border-bottom: 1px solid #dcdfe3; }
|
||||||
|
|
||||||
|
.gedit-map-frame {
|
||||||
|
border-color: rgba(0, 0, 0, 0.3); }
|
||||||
|
|
||||||
.gedit-search-entry-occurrences-tag {
|
.gedit-search-entry-occurrences-tag {
|
||||||
color: rgba(92, 97, 108, 0.6);
|
color: rgba(92, 97, 108, 0.6);
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -2874,6 +2874,9 @@ GeditStatusMenuButton.sidebar-button.button:checked {
|
|||||||
GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
|
GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
|
||||||
border-bottom: 1px solid #dcdfe3; }
|
border-bottom: 1px solid #dcdfe3; }
|
||||||
|
|
||||||
|
.gedit-map-frame {
|
||||||
|
border-color: rgba(0, 0, 0, 0.3); }
|
||||||
|
|
||||||
.gedit-search-entry-occurrences-tag {
|
.gedit-search-entry-occurrences-tag {
|
||||||
color: rgba(92, 97, 108, 0.6);
|
color: rgba(92, 97, 108, 0.6);
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -282,13 +282,16 @@ GeditStatusMenuButton:checked.button.flat {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
GeditViewFrame .gedit-search-slider { @extend %search_slider }
|
GeditViewFrame .gedit-search-slider { @extend %search_slider }
|
||||||
|
|
||||||
GeditFileBrowserWidget .toolbar {
|
GeditFileBrowserWidget .toolbar {
|
||||||
border-bottom: 1px solid $borders_color;
|
border-bottom: 1px solid $borders_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gedit-map-frame {
|
||||||
|
@if $variant=='light' { border-color: transparentize(black, 0.7); }
|
||||||
|
}
|
||||||
|
|
||||||
.gedit-search-entry-occurrences-tag {
|
.gedit-search-entry-occurrences-tag {
|
||||||
color: transparentize($fg_color, 0.4);
|
color: transparentize($fg_color, 0.4);
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -3290,6 +3290,13 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
|||||||
margin: 2px;
|
margin: 2px;
|
||||||
padding: 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 {
|
.gb-search-entry-occurrences-tag {
|
||||||
background: none; }
|
background: none; }
|
||||||
|
|
||||||
|
@ -3288,6 +3288,14 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
|||||||
margin: 2px;
|
margin: 2px;
|
||||||
padding: 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 {
|
.gb-search-entry-occurrences-tag {
|
||||||
background: none; }
|
background: none; }
|
||||||
|
|
||||||
|
@ -3290,6 +3290,13 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
|||||||
margin: 2px;
|
margin: 2px;
|
||||||
padding: 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 {
|
.gb-search-entry-occurrences-tag {
|
||||||
background: none; }
|
background: none; }
|
||||||
|
|
||||||
|
@ -3288,6 +3288,14 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
|||||||
margin: 2px;
|
margin: 2px;
|
||||||
padding: 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 {
|
.gb-search-entry-occurrences-tag {
|
||||||
background: none; }
|
background: none; }
|
||||||
|
|
||||||
|
@ -3292,6 +3292,14 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
|||||||
margin: 2px;
|
margin: 2px;
|
||||||
padding: 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 {
|
.gb-search-entry-occurrences-tag {
|
||||||
background: none; }
|
background: none; }
|
||||||
|
|
||||||
|
@ -3292,6 +3292,14 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
|||||||
margin: 2px;
|
margin: 2px;
|
||||||
padding: 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 {
|
.gb-search-entry-occurrences-tag {
|
||||||
background: none; }
|
background: none; }
|
||||||
|
|
||||||
|
@ -239,6 +239,16 @@ $disk_space_free: darken($bg_color, 3%);
|
|||||||
padding: 2px;
|
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
|
// Gnome Builder
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user