Fixed bugs

This commit is contained in:
vinceliuice 2018-04-10 20:50:31 +08:00
parent bcb2521a7f
commit 8697465739
9 changed files with 9 additions and 9 deletions

View File

@ -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;
} }

View File

@ -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;
} }

View File

@ -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;
} }

View File

@ -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;
} }

View File

@ -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;
} }

View File

@ -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;
} }

View File

@ -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;
} }

View File

@ -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;
} }

View File

@ -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;
} }