Fixed bugs
This commit is contained in:
parent
bcb2521a7f
commit
8697465739
|
@ -5386,7 +5386,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
}
|
}
|
||||||
|
|
||||||
.gedit-side-panel-paned statusbar {
|
.gedit-side-panel-paned statusbar {
|
||||||
border-top: none;
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
border-radius: 0 0 6px 6px;
|
border-radius: 0 0 6px 6px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5386,7 +5386,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
}
|
}
|
||||||
|
|
||||||
.gedit-side-panel-paned statusbar {
|
.gedit-side-panel-paned statusbar {
|
||||||
border-top: none;
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
border-radius: 0 0 6px 6px;
|
border-radius: 0 0 6px 6px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5396,7 +5396,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
}
|
}
|
||||||
|
|
||||||
.gedit-side-panel-paned statusbar {
|
.gedit-side-panel-paned statusbar {
|
||||||
border-top: none;
|
border-top: 1px solid rgba(0, 0, 0, 0.11);
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
border-radius: 0 0 6px 6px;
|
border-radius: 0 0 6px 6px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5396,7 +5396,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
}
|
}
|
||||||
|
|
||||||
.gedit-side-panel-paned statusbar {
|
.gedit-side-panel-paned statusbar {
|
||||||
border-top: none;
|
border-top: 1px solid rgba(0, 0, 0, 0.11);
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
border-radius: 0 0 6px 6px;
|
border-radius: 0 0 6px 6px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5386,7 +5386,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
}
|
}
|
||||||
|
|
||||||
.gedit-side-panel-paned statusbar {
|
.gedit-side-panel-paned statusbar {
|
||||||
border-top: none;
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
border-radius: 0 0 6px 6px;
|
border-radius: 0 0 6px 6px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5386,7 +5386,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
}
|
}
|
||||||
|
|
||||||
.gedit-side-panel-paned statusbar {
|
.gedit-side-panel-paned statusbar {
|
||||||
border-top: none;
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
border-radius: 0 0 6px 6px;
|
border-radius: 0 0 6px 6px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5414,7 +5414,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
}
|
}
|
||||||
|
|
||||||
.gedit-side-panel-paned statusbar {
|
.gedit-side-panel-paned statusbar {
|
||||||
border-top: none;
|
border-top: 1px solid rgba(0, 0, 0, 0.11);
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
border-radius: 0 0 6px 6px;
|
border-radius: 0 0 6px 6px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5414,7 +5414,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
}
|
}
|
||||||
|
|
||||||
.gedit-side-panel-paned statusbar {
|
.gedit-side-panel-paned statusbar {
|
||||||
border-top: none;
|
border-top: 1px solid rgba(0, 0, 0, 0.11);
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
border-radius: 0 0 6px 6px;
|
border-radius: 0 0 6px 6px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -347,7 +347,7 @@ $disk_space_free: darken($bg_color, 3%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.gedit-side-panel-paned statusbar {
|
.gedit-side-panel-paned statusbar {
|
||||||
border-top: none;
|
border-top: 1px solid $borders_color;
|
||||||
background-color: $bg_color;
|
background-color: $bg_color;
|
||||||
border-radius: 0 0 $wm_radius $wm_radius;
|
border-radius: 0 0 $wm_radius $wm_radius;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue