Merge branch 'master' of github.com:vinceliuice/Orchis-theme

pull/233/head
vinceliuice 4 years ago
commit e7d095d8fd

@ -1841,14 +1841,12 @@ notebook {
&:focus tab:checked { box-shadow: none; }
> header {
border-width: 1px;
border-color: $divider;
border: none;
background-color: $background;
background-clip: border-box;
&.top {
border-bottom-style: solid;
border-radius: $corner-radius $corner-radius 0 0;
box-shadow: inset 0 -1px $solid-border;
> tabs {
margin-bottom: -1px;
@ -1862,8 +1860,8 @@ notebook {
}
&.bottom {
border-top-style: solid;
border-radius: 0 0 $corner-radius $corner-radius;
box-shadow: inset 0 1px $solid-border;
> tabs {
margin-top: -1px;
@ -1877,8 +1875,8 @@ notebook {
}
&.left {
border-right-style: solid;
border-radius: $corner-radius 0 0 $corner-radius;
box-shadow: inset -1px 0 $solid-border;
> tabs {
margin-right: -1px;
@ -1892,8 +1890,8 @@ notebook {
}
&.right {
border-left-style: solid;
border-radius: 0 $corner-radius $corner-radius 0;
box-shadow: inset 1px 0 $solid-border;
> tabs {
margin-left: -1px;

@ -11,6 +11,7 @@
margin: ($container_padding / 2) 10px 13px;
padding: $container_padding;
spacing: $container_padding;
border: none;
}
.candidate-index {

@ -91,6 +91,7 @@
.message-title {
font-weight: bold;
padding-top: 0.57em;
color: $secondary_fg_color;
// margin-top: $container_padding;
}

@ -50,8 +50,8 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
.panel-button {
font-weight: bold;
color: $panel_fg_color;
-natural-hpadding: $container_padding;
-minimum-hpadding: $container_padding;
-natural-hpadding: 6px;
-minimum-hpadding: 6px;
transition-duration: 150ms;
border: $container_padding / 2 solid transparent;
border-radius: if($corner-style == 'circular', $circular_radius, $material_radius + $container_padding / 2);
@ -96,7 +96,7 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
// status area icons
.system-status-icon {
icon-size: 16px;
padding: $container_padding;
padding: 6px;
margin: 0 3px;
}
@ -171,7 +171,7 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
Gjs_ui_panel_AggregateMenu.panel-button {
.system-status-icon {
margin: 0 0 !important;
margin: 0 !important;
padding: $container_padding !important;
}
}
@ -179,7 +179,7 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button,
Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button {
.arc-menu-icon {
margin: 0 0 !important;
margin: 0 !important;
padding: 0 !important;
}
}

@ -147,7 +147,7 @@
icon-size: 24px; // a non-standard symbolic size but ok
border-radius: $circular_radius;
padding: 1.5 * $container_padding;
background-color: $divider_color !important;
background-color: rgba(black, 0.08) !important;
&.active {
background-color: $primary_color !important;

@ -1190,6 +1190,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
margin: 2px 10px 13px;
padding: 4px;
spacing: 4px;
border: none;
}
.candidate-index {
@ -1887,8 +1888,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
#panel .panel-button {
font-weight: bold;
color: #dedede;
-natural-hpadding: 4px;
-minimum-hpadding: 4px;
-natural-hpadding: 6px;
-minimum-hpadding: 6px;
transition-duration: 150ms;
border: 2px solid transparent;
border-radius: 9999px;
@ -1929,7 +1930,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
#panel .panel-button .system-status-icon {
icon-size: 16px;
padding: 4px;
padding: 6px;
margin: 0 3px;
}
@ -1999,13 +2000,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel Gjs_ui_panel_AggregateMenu.panel-button .system-status-icon {
margin: 0 0 !important;
margin: 0 !important;
padding: 4px !important;
}
#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon,
#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon {
margin: 0 0 !important;
margin: 0 !important;
padding: 0 !important;
}

@ -1190,6 +1190,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
margin: 2px 10px 13px;
padding: 4px;
spacing: 4px;
border: none;
}
.candidate-index {
@ -1887,8 +1888,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
#panel .panel-button {
font-weight: bold;
color: #dedede;
-natural-hpadding: 4px;
-minimum-hpadding: 4px;
-natural-hpadding: 6px;
-minimum-hpadding: 6px;
transition-duration: 150ms;
border: 2px solid transparent;
border-radius: 9999px;
@ -1929,7 +1930,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
#panel .panel-button .system-status-icon {
icon-size: 16px;
padding: 4px;
padding: 6px;
margin: 0 3px;
}
@ -1999,13 +2000,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel Gjs_ui_panel_AggregateMenu.panel-button .system-status-icon {
margin: 0 0 !important;
margin: 0 !important;
padding: 4px !important;
}
#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon,
#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon {
margin: 0 0 !important;
margin: 0 !important;
padding: 0 !important;
}

@ -1190,6 +1190,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
margin: 3px 10px 13px;
padding: 6px;
spacing: 6px;
border: none;
}
.candidate-index {
@ -1999,13 +2000,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel Gjs_ui_panel_AggregateMenu.panel-button .system-status-icon {
margin: 0 0 !important;
margin: 0 !important;
padding: 6px !important;
}
#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon,
#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon {
margin: 0 0 !important;
margin: 0 !important;
padding: 0 !important;
}

@ -1190,6 +1190,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
margin: 3px 10px 13px;
padding: 6px;
spacing: 6px;
border: none;
}
.candidate-index {
@ -1999,13 +2000,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel Gjs_ui_panel_AggregateMenu.panel-button .system-status-icon {
margin: 0 0 !important;
margin: 0 !important;
padding: 6px !important;
}
#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon,
#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon {
margin: 0 0 !important;
margin: 0 !important;
padding: 0 !important;
}

@ -1268,6 +1268,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
margin: 2px 10px 13px;
padding: 4px;
spacing: 4px;
border: none;
}
.candidate-index {
@ -1517,7 +1518,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
icon-size: 24px;
border-radius: 9999px;
padding: 6px;
background-color: rgba(0, 0, 0, 0.12) !important;
background-color: rgba(0, 0, 0, 0.08) !important;
}
.quick-toggle-menu .header .icon.active {
@ -2217,8 +2218,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
#panel .panel-button {
font-weight: bold;
color: #dedede;
-natural-hpadding: 4px;
-minimum-hpadding: 4px;
-natural-hpadding: 6px;
-minimum-hpadding: 6px;
transition-duration: 150ms;
border: 2px solid transparent;
border-radius: 9999px;
@ -2259,7 +2260,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
#panel .panel-button .system-status-icon {
icon-size: 16px;
padding: 4px;
padding: 6px;
margin: 0 3px;
}
@ -2329,13 +2330,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel Gjs_ui_panel_AggregateMenu.panel-button .system-status-icon {
margin: 0 0 !important;
margin: 0 !important;
padding: 4px !important;
}
#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon,
#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon {
margin: 0 0 !important;
margin: 0 !important;
padding: 0 !important;
}

@ -1268,6 +1268,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
margin: 2px 10px 13px;
padding: 4px;
spacing: 4px;
border: none;
}
.candidate-index {
@ -1521,7 +1522,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
icon-size: 24px;
border-radius: 9999px;
padding: 6px;
background-color: rgba(255, 255, 255, 0.08) !important;
background-color: rgba(0, 0, 0, 0.08) !important;
}
.quick-toggle-menu .header .icon.active {
@ -2221,8 +2222,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
#panel .panel-button {
font-weight: bold;
color: #dedede;
-natural-hpadding: 4px;
-minimum-hpadding: 4px;
-natural-hpadding: 6px;
-minimum-hpadding: 6px;
transition-duration: 150ms;
border: 2px solid transparent;
border-radius: 9999px;
@ -2263,7 +2264,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
#panel .panel-button .system-status-icon {
icon-size: 16px;
padding: 4px;
padding: 6px;
margin: 0 3px;
}
@ -2333,13 +2334,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel Gjs_ui_panel_AggregateMenu.panel-button .system-status-icon {
margin: 0 0 !important;
margin: 0 !important;
padding: 4px !important;
}
#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon,
#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon {
margin: 0 0 !important;
margin: 0 !important;
padding: 0 !important;
}

@ -1268,6 +1268,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
margin: 3px 10px 13px;
padding: 6px;
spacing: 6px;
border: none;
}
.candidate-index {
@ -1521,7 +1522,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
icon-size: 24px;
border-radius: 9999px;
padding: 9px;
background-color: rgba(255, 255, 255, 0.08) !important;
background-color: rgba(0, 0, 0, 0.08) !important;
}
.quick-toggle-menu .header .icon.active {
@ -2333,13 +2334,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel Gjs_ui_panel_AggregateMenu.panel-button .system-status-icon {
margin: 0 0 !important;
margin: 0 !important;
padding: 6px !important;
}
#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon,
#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon {
margin: 0 0 !important;
margin: 0 !important;
padding: 0 !important;
}

@ -1268,6 +1268,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
margin: 3px 10px 13px;
padding: 6px;
spacing: 6px;
border: none;
}
.candidate-index {
@ -1517,7 +1518,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
icon-size: 24px;
border-radius: 9999px;
padding: 9px;
background-color: rgba(0, 0, 0, 0.12) !important;
background-color: rgba(0, 0, 0, 0.08) !important;
}
.quick-toggle-menu .header .icon.active {
@ -2329,13 +2330,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel Gjs_ui_panel_AggregateMenu.panel-button .system-status-icon {
margin: 0 0 !important;
margin: 0 !important;
padding: 6px !important;
}
#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon,
#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon {
margin: 0 0 !important;
margin: 0 !important;
padding: 0 !important;
}

@ -2203,15 +2203,13 @@ notebook:focus tab:checked {
}
notebook > header {
border-width: 1px;
border-color: rgba(0, 0, 0, 0.12);
border: none;
background-color: #F2F2F2;
background-clip: border-box;
}
notebook > header.top {
border-bottom-style: solid;
border-radius: 10px 10px 0 0;
box-shadow: inset 0 -1px #dedede;
}
notebook > header.top > tabs {
@ -2225,8 +2223,8 @@ notebook > header.top > tabs > tab {
}
notebook > header.bottom {
border-top-style: solid;
border-radius: 0 0 10px 10px;
box-shadow: inset 0 1px #dedede;
}
notebook > header.bottom > tabs {
@ -2240,8 +2238,8 @@ notebook > header.bottom > tabs > tab {
}
notebook > header.left {
border-right-style: solid;
border-radius: 10px 0 0 10px;
box-shadow: inset -1px 0 #dedede;
}
notebook > header.left > tabs {
@ -2255,8 +2253,8 @@ notebook > header.left > tabs > tab {
}
notebook > header.right {
border-left-style: solid;
border-radius: 0 10px 10px 0;
box-shadow: inset 1px 0 #dedede;
}
notebook > header.right > tabs {

@ -2203,15 +2203,13 @@ notebook:focus tab:checked {
}
notebook > header {
border-width: 1px;
border-color: rgba(255, 255, 255, 0.12);
border: none;
background-color: #212121;
background-clip: border-box;
}
notebook > header.top {
border-bottom-style: solid;
border-radius: 10px 10px 0 0;
box-shadow: inset 0 -1px #404040;
}
notebook > header.top > tabs {
@ -2225,8 +2223,8 @@ notebook > header.top > tabs > tab {
}
notebook > header.bottom {
border-top-style: solid;
border-radius: 0 0 10px 10px;
box-shadow: inset 0 1px #404040;
}
notebook > header.bottom > tabs {
@ -2240,8 +2238,8 @@ notebook > header.bottom > tabs > tab {
}
notebook > header.left {
border-right-style: solid;
border-radius: 10px 0 0 10px;
box-shadow: inset -1px 0 #404040;
}
notebook > header.left > tabs {
@ -2255,8 +2253,8 @@ notebook > header.left > tabs > tab {
}
notebook > header.right {
border-left-style: solid;
border-radius: 0 10px 10px 0;
box-shadow: inset 1px 0 #404040;
}
notebook > header.right > tabs {

@ -2203,15 +2203,13 @@ notebook:focus tab:checked {
}
notebook > header {
border-width: 1px;
border-color: rgba(255, 255, 255, 0.12);
border: none;
background-color: #212121;
background-clip: border-box;
}
notebook > header.top {
border-bottom-style: solid;
border-radius: 12px 12px 0 0;
box-shadow: inset 0 -1px #404040;
}
notebook > header.top > tabs {
@ -2225,8 +2223,8 @@ notebook > header.top > tabs > tab {
}
notebook > header.bottom {
border-top-style: solid;
border-radius: 0 0 12px 12px;
box-shadow: inset 0 1px #404040;
}
notebook > header.bottom > tabs {
@ -2240,8 +2238,8 @@ notebook > header.bottom > tabs > tab {
}
notebook > header.left {
border-right-style: solid;
border-radius: 12px 0 0 12px;
box-shadow: inset -1px 0 #404040;
}
notebook > header.left > tabs {
@ -2255,8 +2253,8 @@ notebook > header.left > tabs > tab {
}
notebook > header.right {
border-left-style: solid;
border-radius: 0 12px 12px 0;
box-shadow: inset 1px 0 #404040;
}
notebook > header.right > tabs {

@ -2203,15 +2203,13 @@ notebook:focus tab:checked {
}
notebook > header {
border-width: 1px;
border-color: rgba(0, 0, 0, 0.12);
border: none;
background-color: #F2F2F2;
background-clip: border-box;
}
notebook > header.top {
border-bottom-style: solid;
border-radius: 10px 10px 0 0;
box-shadow: inset 0 -1px #dedede;
}
notebook > header.top > tabs {
@ -2225,8 +2223,8 @@ notebook > header.top > tabs > tab {
}
notebook > header.bottom {
border-top-style: solid;
border-radius: 0 0 10px 10px;
box-shadow: inset 0 1px #dedede;
}
notebook > header.bottom > tabs {
@ -2240,8 +2238,8 @@ notebook > header.bottom > tabs > tab {
}
notebook > header.left {
border-right-style: solid;
border-radius: 10px 0 0 10px;
box-shadow: inset -1px 0 #dedede;
}
notebook > header.left > tabs {
@ -2255,8 +2253,8 @@ notebook > header.left > tabs > tab {
}
notebook > header.right {
border-left-style: solid;
border-radius: 0 10px 10px 0;
box-shadow: inset 1px 0 #dedede;
}
notebook > header.right > tabs {

@ -2203,15 +2203,13 @@ notebook:focus tab:checked {
}
notebook > header {
border-width: 1px;
border-color: rgba(0, 0, 0, 0.12);
border: none;
background-color: #F2F2F2;
background-clip: border-box;
}
notebook > header.top {
border-bottom-style: solid;
border-radius: 12px 12px 0 0;
box-shadow: inset 0 -1px #dedede;
}
notebook > header.top > tabs {
@ -2225,8 +2223,8 @@ notebook > header.top > tabs > tab {
}
notebook > header.bottom {
border-top-style: solid;
border-radius: 0 0 12px 12px;
box-shadow: inset 0 1px #dedede;
}
notebook > header.bottom > tabs {
@ -2240,8 +2238,8 @@ notebook > header.bottom > tabs > tab {
}
notebook > header.left {
border-right-style: solid;
border-radius: 12px 0 0 12px;
box-shadow: inset -1px 0 #dedede;
}
notebook > header.left > tabs {
@ -2255,8 +2253,8 @@ notebook > header.left > tabs > tab {
}
notebook > header.right {
border-left-style: solid;
border-radius: 0 12px 12px 0;
box-shadow: inset 1px 0 #dedede;
}
notebook > header.right > tabs {

@ -2203,15 +2203,13 @@ notebook:focus tab:checked {
}
notebook > header {
border-width: 1px;
border-color: rgba(0, 0, 0, 0.12);
border: none;
background-color: #F2F2F2;
background-clip: border-box;
}
notebook > header.top {
border-bottom-style: solid;
border-radius: 12px 12px 0 0;
box-shadow: inset 0 -1px #dedede;
}
notebook > header.top > tabs {
@ -2225,8 +2223,8 @@ notebook > header.top > tabs > tab {
}
notebook > header.bottom {
border-top-style: solid;
border-radius: 0 0 12px 12px;
box-shadow: inset 0 1px #dedede;
}
notebook > header.bottom > tabs {
@ -2240,8 +2238,8 @@ notebook > header.bottom > tabs > tab {
}
notebook > header.left {
border-right-style: solid;
border-radius: 12px 0 0 12px;
box-shadow: inset -1px 0 #dedede;
}
notebook > header.left > tabs {
@ -2255,8 +2253,8 @@ notebook > header.left > tabs > tab {
}
notebook > header.right {
border-left-style: solid;
border-radius: 0 12px 12px 0;
box-shadow: inset 1px 0 #dedede;
}
notebook > header.right > tabs {

Loading…
Cancel
Save