1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-28 14:00:44 +00:00

some tab tweaks

This commit is contained in:
Horst3180 2015-07-16 15:55:49 +02:00
parent 67ee53d2ea
commit 7ef7e53bff
15 changed files with 572 additions and 436 deletions

View File

@ -1,3 +1,37 @@
//
// Tab overrides
//
GeditNotebook.notebook,
ScratchMainWindow .notebook,
EphyNotebook.notebook,
MidoriNotebook .notebook,
TerminalWindow .notebook,
PantheonTerminalPantheonTerminalWindow .notebook {
tab.reorderable-page.top, tab.top {
&:active, &.active-page, &.active-page:hover {
box-shadow: inset 0 1px $borders_color,
inset 0 -1px $borders_color,
inset 1px 0 $borders_color,
inset -1px 0 $borders_color;
}
}
}
TerminalWindow .notebook,
PantheonTerminalPantheonTerminalWindow .notebook {
tab.reorderable-page.top, tab.top {
padding-top: 7px;
border-top-width: 3px;
}
&.header.top {
box-shadow: inset 0 1px opacify($header_border, 1),
inset 0 -1px $borders_color;
}
}
//
// Evolution
//
@ -31,39 +65,6 @@ TerminalWindow {
background-color: transparent;
}
.notebook {
&.header.top {
box-shadow: inset 0 1px opacify($header_border, 1),
inset 0 -1px $borders_color;
}
/* tab {
&.reorderable-page.top, &.top {
border-width: 1px;
border-color: transparent;
box-shadow: none;
&:hover, &.prelight-page {
border-color: transparentize($borders_color, 0.5);
border-width: 1px;
border-top-width: 0;
background-color: transparentize($bg_color,0.8);
box-shadow: none;
}
&:active, &.active-page, &.active-page:hover {
border-width: 1px;
border-top-width: 0;
border-color: $header_border;
background-color: opacify($header_bg, 1);
box-shadow: none;
&:backdrop { background-color: opacify($header_bg_backdrop, 1); }
}
}
}
*/
}
.scrollbar {
&.vertical .slider { margin-left: 3px; }
&.trough { border-width: 0; }
@ -668,14 +669,6 @@ WingpanelWidgetsIndicatorPopover.popover {
//
PantheonTerminalPantheonTerminalWindow.background {
background-color: transparent;
.notebook {
&.header.top {
box-shadow: inset 0 1px opacify($header_border, 1),
inset 0 -1px $borders_color;
}
}
}
//

View File

@ -2463,6 +2463,48 @@ GtkVolumeButton.button {
background-origin: content-box;
background-position: right center; }
GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover,
ScratchMainWindow .notebook tab.reorderable-page.top:active,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover,
ScratchMainWindow .notebook tab.top:active,
ScratchMainWindow .notebook tab.top.active-page,
ScratchMainWindow .notebook tab.top.active-page:hover,
EphyNotebook.notebook tab.reorderable-page.top:active,
EphyNotebook.notebook tab.reorderable-page.top.active-page,
EphyNotebook.notebook tab.reorderable-page.top.active-page:hover,
EphyNotebook.notebook tab.top:active,
EphyNotebook.notebook tab.top.active-page,
EphyNotebook.notebook tab.top.active-page:hover,
MidoriNotebook .notebook tab.reorderable-page.top:active,
MidoriNotebook .notebook tab.reorderable-page.top.active-page,
MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover,
MidoriNotebook .notebook tab.top:active,
MidoriNotebook .notebook tab.top.active-page,
MidoriNotebook .notebook tab.top.active-page:hover,
TerminalWindow .notebook tab.reorderable-page.top:active,
TerminalWindow .notebook tab.reorderable-page.top.active-page,
TerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
TerminalWindow .notebook tab.top:active,
TerminalWindow .notebook tab.top.active-page,
TerminalWindow .notebook tab.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover {
box-shadow: inset 0 1px #2d3036, inset 0 -1px #2d3036, inset 1px 0 #2d3036, inset -1px 0 #2d3036; }
TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.top {
padding-top: 7px;
border-top-width: 3px; }
TerminalWindow .notebook.header.top,
PantheonTerminalPantheonTerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #24272d, inset 0 -1px #2d3036; }
GtkHTML {
background-color: #383C45;
color: #D3DAE3; }
@ -2475,33 +2517,6 @@ SushiFontWidget {
TerminalWindow .background {
background-color: transparent; }
TerminalWindow .notebook {
/* tab {
&.reorderable-page.top, &.top {
border-width: 1px;
border-color: transparent;
box-shadow: none;
&:hover, &.prelight-page {
border-color: transparentize($borders_color, 0.5);
border-width: 1px;
border-top-width: 0;
background-color: transparentize($bg_color,0.8);
box-shadow: none;
}
&:active, &.active-page, &.active-page:hover {
border-width: 1px;
border-top-width: 0;
border-color: $header_border;
background-color: opacify($header_bg, 1);
box-shadow: none;
&:backdrop { background-color: opacify($header_bg_backdrop, 1); }
}
}
}
*/ }
TerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #24272d, inset 0 -1px #2d3036; }
TerminalWindow .scrollbar.vertical .slider {
margin-left: 3px; }
TerminalWindow .scrollbar.trough {
@ -2978,8 +2993,6 @@ WingpanelWidgetsIndicatorPopover.popover {
PantheonTerminalPantheonTerminalWindow.background {
background-color: transparent; }
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
box-shadow: inset 0 1px #24272d, inset 0 -1px #2d3036; }
SwitchboardCategoryView .view:selected,
SwitchboardCategoryView .view:selected:focus {

View File

@ -2464,6 +2464,48 @@ GtkVolumeButton.button {
background-origin: content-box;
background-position: right center; }
GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover,
ScratchMainWindow .notebook tab.reorderable-page.top:active,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover,
ScratchMainWindow .notebook tab.top:active,
ScratchMainWindow .notebook tab.top.active-page,
ScratchMainWindow .notebook tab.top.active-page:hover,
EphyNotebook.notebook tab.reorderable-page.top:active,
EphyNotebook.notebook tab.reorderable-page.top.active-page,
EphyNotebook.notebook tab.reorderable-page.top.active-page:hover,
EphyNotebook.notebook tab.top:active,
EphyNotebook.notebook tab.top.active-page,
EphyNotebook.notebook tab.top.active-page:hover,
MidoriNotebook .notebook tab.reorderable-page.top:active,
MidoriNotebook .notebook tab.reorderable-page.top.active-page,
MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover,
MidoriNotebook .notebook tab.top:active,
MidoriNotebook .notebook tab.top.active-page,
MidoriNotebook .notebook tab.top.active-page:hover,
TerminalWindow .notebook tab.reorderable-page.top:active,
TerminalWindow .notebook tab.reorderable-page.top.active-page,
TerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
TerminalWindow .notebook tab.top:active,
TerminalWindow .notebook tab.top.active-page,
TerminalWindow .notebook tab.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover {
box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; }
TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.top {
padding-top: 7px;
border-top-width: 3px; }
TerminalWindow .notebook.header.top,
PantheonTerminalPantheonTerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #1f2227, inset 0 -1px #dcdfe3; }
GtkHTML {
background-color: #ffffff;
color: #5c616c; }
@ -2476,33 +2518,6 @@ SushiFontWidget {
TerminalWindow .background {
background-color: transparent; }
TerminalWindow .notebook {
/* tab {
&.reorderable-page.top, &.top {
border-width: 1px;
border-color: transparent;
box-shadow: none;
&:hover, &.prelight-page {
border-color: transparentize($borders_color, 0.5);
border-width: 1px;
border-top-width: 0;
background-color: transparentize($bg_color,0.8);
box-shadow: none;
}
&:active, &.active-page, &.active-page:hover {
border-width: 1px;
border-top-width: 0;
border-color: $header_border;
background-color: opacify($header_bg, 1);
box-shadow: none;
&:backdrop { background-color: opacify($header_bg_backdrop, 1); }
}
}
}
*/ }
TerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #1f2227, inset 0 -1px #dcdfe3; }
TerminalWindow .scrollbar.vertical .slider {
margin-left: 3px; }
TerminalWindow .scrollbar.trough {
@ -2979,8 +2994,6 @@ WingpanelWidgetsIndicatorPopover.popover {
PantheonTerminalPantheonTerminalWindow.background {
background-color: transparent; }
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
box-shadow: inset 0 1px #1f2227, inset 0 -1px #dcdfe3; }
SwitchboardCategoryView .view:selected,
SwitchboardCategoryView .view:selected:focus {

View File

@ -2463,6 +2463,48 @@ GtkVolumeButton.button {
background-origin: content-box;
background-position: right center; }
GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover,
ScratchMainWindow .notebook tab.reorderable-page.top:active,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover,
ScratchMainWindow .notebook tab.top:active,
ScratchMainWindow .notebook tab.top.active-page,
ScratchMainWindow .notebook tab.top.active-page:hover,
EphyNotebook.notebook tab.reorderable-page.top:active,
EphyNotebook.notebook tab.reorderable-page.top.active-page,
EphyNotebook.notebook tab.reorderable-page.top.active-page:hover,
EphyNotebook.notebook tab.top:active,
EphyNotebook.notebook tab.top.active-page,
EphyNotebook.notebook tab.top.active-page:hover,
MidoriNotebook .notebook tab.reorderable-page.top:active,
MidoriNotebook .notebook tab.reorderable-page.top.active-page,
MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover,
MidoriNotebook .notebook tab.top:active,
MidoriNotebook .notebook tab.top.active-page,
MidoriNotebook .notebook tab.top.active-page:hover,
TerminalWindow .notebook tab.reorderable-page.top:active,
TerminalWindow .notebook tab.reorderable-page.top.active-page,
TerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
TerminalWindow .notebook tab.top:active,
TerminalWindow .notebook tab.top.active-page,
TerminalWindow .notebook tab.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover {
box-shadow: inset 0 1px #2d3036, inset 0 -1px #2d3036, inset 1px 0 #2d3036, inset -1px 0 #2d3036; }
TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.top {
padding-top: 7px;
border-top-width: 3px; }
TerminalWindow .notebook.header.top,
PantheonTerminalPantheonTerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #24272d, inset 0 -1px #2d3036; }
GtkHTML {
background-color: #383C45;
color: #D3DAE3; }
@ -2475,33 +2517,6 @@ SushiFontWidget {
TerminalWindow .background {
background-color: transparent; }
TerminalWindow .notebook {
/* tab {
&.reorderable-page.top, &.top {
border-width: 1px;
border-color: transparent;
box-shadow: none;
&:hover, &.prelight-page {
border-color: transparentize($borders_color, 0.5);
border-width: 1px;
border-top-width: 0;
background-color: transparentize($bg_color,0.8);
box-shadow: none;
}
&:active, &.active-page, &.active-page:hover {
border-width: 1px;
border-top-width: 0;
border-color: $header_border;
background-color: opacify($header_bg, 1);
box-shadow: none;
&:backdrop { background-color: opacify($header_bg_backdrop, 1); }
}
}
}
*/ }
TerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #24272d, inset 0 -1px #2d3036; }
TerminalWindow .scrollbar.vertical .slider {
margin-left: 3px; }
TerminalWindow .scrollbar.trough {
@ -2978,8 +2993,6 @@ WingpanelWidgetsIndicatorPopover.popover {
PantheonTerminalPantheonTerminalWindow.background {
background-color: transparent; }
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
box-shadow: inset 0 1px #24272d, inset 0 -1px #2d3036; }
SwitchboardCategoryView .view:selected,
SwitchboardCategoryView .view:selected:focus {

View File

@ -2464,6 +2464,48 @@ GtkVolumeButton.button {
background-origin: content-box;
background-position: right center; }
GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover,
ScratchMainWindow .notebook tab.reorderable-page.top:active,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover,
ScratchMainWindow .notebook tab.top:active,
ScratchMainWindow .notebook tab.top.active-page,
ScratchMainWindow .notebook tab.top.active-page:hover,
EphyNotebook.notebook tab.reorderable-page.top:active,
EphyNotebook.notebook tab.reorderable-page.top.active-page,
EphyNotebook.notebook tab.reorderable-page.top.active-page:hover,
EphyNotebook.notebook tab.top:active,
EphyNotebook.notebook tab.top.active-page,
EphyNotebook.notebook tab.top.active-page:hover,
MidoriNotebook .notebook tab.reorderable-page.top:active,
MidoriNotebook .notebook tab.reorderable-page.top.active-page,
MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover,
MidoriNotebook .notebook tab.top:active,
MidoriNotebook .notebook tab.top.active-page,
MidoriNotebook .notebook tab.top.active-page:hover,
TerminalWindow .notebook tab.reorderable-page.top:active,
TerminalWindow .notebook tab.reorderable-page.top.active-page,
TerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
TerminalWindow .notebook tab.top:active,
TerminalWindow .notebook tab.top.active-page,
TerminalWindow .notebook tab.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover {
box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; }
TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.top {
padding-top: 7px;
border-top-width: 3px; }
TerminalWindow .notebook.header.top,
PantheonTerminalPantheonTerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #1f2227, inset 0 -1px #dcdfe3; }
GtkHTML {
background-color: #ffffff;
color: #5c616c; }
@ -2476,33 +2518,6 @@ SushiFontWidget {
TerminalWindow .background {
background-color: transparent; }
TerminalWindow .notebook {
/* tab {
&.reorderable-page.top, &.top {
border-width: 1px;
border-color: transparent;
box-shadow: none;
&:hover, &.prelight-page {
border-color: transparentize($borders_color, 0.5);
border-width: 1px;
border-top-width: 0;
background-color: transparentize($bg_color,0.8);
box-shadow: none;
}
&:active, &.active-page, &.active-page:hover {
border-width: 1px;
border-top-width: 0;
border-color: $header_border;
background-color: opacify($header_bg, 1);
box-shadow: none;
&:backdrop { background-color: opacify($header_bg_backdrop, 1); }
}
}
}
*/ }
TerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #1f2227, inset 0 -1px #dcdfe3; }
TerminalWindow .scrollbar.vertical .slider {
margin-left: 3px; }
TerminalWindow .scrollbar.trough {
@ -2979,8 +2994,6 @@ WingpanelWidgetsIndicatorPopover.popover {
PantheonTerminalPantheonTerminalWindow.background {
background-color: transparent; }
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
box-shadow: inset 0 1px #1f2227, inset 0 -1px #dcdfe3; }
SwitchboardCategoryView .view:selected,
SwitchboardCategoryView .view:selected:focus {

View File

@ -2463,6 +2463,48 @@ GtkVolumeButton.button {
background-origin: content-box;
background-position: right center; }
GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover,
ScratchMainWindow .notebook tab.reorderable-page.top:active,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover,
ScratchMainWindow .notebook tab.top:active,
ScratchMainWindow .notebook tab.top.active-page,
ScratchMainWindow .notebook tab.top.active-page:hover,
EphyNotebook.notebook tab.reorderable-page.top:active,
EphyNotebook.notebook tab.reorderable-page.top.active-page,
EphyNotebook.notebook tab.reorderable-page.top.active-page:hover,
EphyNotebook.notebook tab.top:active,
EphyNotebook.notebook tab.top.active-page,
EphyNotebook.notebook tab.top.active-page:hover,
MidoriNotebook .notebook tab.reorderable-page.top:active,
MidoriNotebook .notebook tab.reorderable-page.top.active-page,
MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover,
MidoriNotebook .notebook tab.top:active,
MidoriNotebook .notebook tab.top.active-page,
MidoriNotebook .notebook tab.top.active-page:hover,
TerminalWindow .notebook tab.reorderable-page.top:active,
TerminalWindow .notebook tab.reorderable-page.top.active-page,
TerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
TerminalWindow .notebook tab.top:active,
TerminalWindow .notebook tab.top.active-page,
TerminalWindow .notebook tab.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover {
box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; }
TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.top {
padding-top: 7px;
border-top-width: 3px; }
TerminalWindow .notebook.header.top,
PantheonTerminalPantheonTerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; }
GtkHTML {
background-color: #ffffff;
color: #5c616c; }
@ -2475,33 +2517,6 @@ SushiFontWidget {
TerminalWindow .background {
background-color: transparent; }
TerminalWindow .notebook {
/* tab {
&.reorderable-page.top, &.top {
border-width: 1px;
border-color: transparent;
box-shadow: none;
&:hover, &.prelight-page {
border-color: transparentize($borders_color, 0.5);
border-width: 1px;
border-top-width: 0;
background-color: transparentize($bg_color,0.8);
box-shadow: none;
}
&:active, &.active-page, &.active-page:hover {
border-width: 1px;
border-top-width: 0;
border-color: $header_border;
background-color: opacify($header_bg, 1);
box-shadow: none;
&:backdrop { background-color: opacify($header_bg_backdrop, 1); }
}
}
}
*/ }
TerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; }
TerminalWindow .scrollbar.vertical .slider {
margin-left: 3px; }
TerminalWindow .scrollbar.trough {
@ -2978,8 +2993,6 @@ WingpanelWidgetsIndicatorPopover.popover {
PantheonTerminalPantheonTerminalWindow.background {
background-color: transparent; }
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; }
SwitchboardCategoryView .view:selected,
SwitchboardCategoryView .view:selected:focus {

View File

@ -2463,6 +2463,48 @@ GtkVolumeButton.button {
background-origin: content-box;
background-position: right center; }
GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover,
ScratchMainWindow .notebook tab.reorderable-page.top:active,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover,
ScratchMainWindow .notebook tab.top:active,
ScratchMainWindow .notebook tab.top.active-page,
ScratchMainWindow .notebook tab.top.active-page:hover,
EphyNotebook.notebook tab.reorderable-page.top:active,
EphyNotebook.notebook tab.reorderable-page.top.active-page,
EphyNotebook.notebook tab.reorderable-page.top.active-page:hover,
EphyNotebook.notebook tab.top:active,
EphyNotebook.notebook tab.top.active-page,
EphyNotebook.notebook tab.top.active-page:hover,
MidoriNotebook .notebook tab.reorderable-page.top:active,
MidoriNotebook .notebook tab.reorderable-page.top.active-page,
MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover,
MidoriNotebook .notebook tab.top:active,
MidoriNotebook .notebook tab.top.active-page,
MidoriNotebook .notebook tab.top.active-page:hover,
TerminalWindow .notebook tab.reorderable-page.top:active,
TerminalWindow .notebook tab.reorderable-page.top.active-page,
TerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
TerminalWindow .notebook tab.top:active,
TerminalWindow .notebook tab.top.active-page,
TerminalWindow .notebook tab.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover {
box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; }
TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.top {
padding-top: 7px;
border-top-width: 3px; }
TerminalWindow .notebook.header.top,
PantheonTerminalPantheonTerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; }
GtkHTML {
background-color: #ffffff;
color: #5c616c; }
@ -2475,33 +2517,6 @@ SushiFontWidget {
TerminalWindow .background {
background-color: transparent; }
TerminalWindow .notebook {
/* tab {
&.reorderable-page.top, &.top {
border-width: 1px;
border-color: transparent;
box-shadow: none;
&:hover, &.prelight-page {
border-color: transparentize($borders_color, 0.5);
border-width: 1px;
border-top-width: 0;
background-color: transparentize($bg_color,0.8);
box-shadow: none;
}
&:active, &.active-page, &.active-page:hover {
border-width: 1px;
border-top-width: 0;
border-color: $header_border;
background-color: opacify($header_bg, 1);
box-shadow: none;
&:backdrop { background-color: opacify($header_bg_backdrop, 1); }
}
}
}
*/ }
TerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; }
TerminalWindow .scrollbar.vertical .slider {
margin-left: 3px; }
TerminalWindow .scrollbar.trough {
@ -2978,8 +2993,6 @@ WingpanelWidgetsIndicatorPopover.popover {
PantheonTerminalPantheonTerminalWindow.background {
background-color: transparent; }
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; }
SwitchboardCategoryView .view:selected,
SwitchboardCategoryView .view:selected:focus {

View File

@ -1,3 +1,37 @@
//
// Tab overrides
//
GeditNotebook.notebook,
ScratchMainWindow .notebook,
EphyNotebook.notebook,
MidoriNotebook .notebook,
TerminalWindow .notebook,
PantheonTerminalPantheonTerminalWindow .notebook {
tab.reorderable-page.top, tab.top {
&:active, &.active-page, &.active-page:hover {
box-shadow: inset 0 1px $borders_color,
inset 0 -1px $borders_color,
inset 1px 0 $borders_color,
inset -1px 0 $borders_color;
}
}
}
TerminalWindow .notebook,
PantheonTerminalPantheonTerminalWindow .notebook {
tab.reorderable-page.top, tab.top {
padding-top: 7px;
border-top-width: 3px;
}
&.header.top {
box-shadow: inset 0 1px opacify($header_border, 1),
inset 0 -1px $borders_color;
}
}
//
// Evolution
//
@ -31,39 +65,6 @@ TerminalWindow {
background-color: transparent;
}
.notebook {
&.header.top {
box-shadow: inset 0 1px opacify($header_border, 1),
inset 0 -1px $borders_color;
}
/* tab {
&.reorderable-page.top, &.top {
border-width: 1px;
border-color: transparent;
box-shadow: none;
&:hover, &.prelight-page {
border-color: transparentize($borders_color, 0.5);
border-width: 1px;
border-top-width: 0;
background-color: transparentize($bg_color,0.8);
box-shadow: none;
}
&:active, &.active-page, &.active-page:hover {
border-width: 1px;
border-top-width: 0;
border-color: $header_border;
background-color: opacify($header_bg, 1);
box-shadow: none;
&:backdrop { background-color: opacify($header_bg_backdrop, 1); }
}
}
}
*/
}
.scrollbar {
&.vertical .slider { margin-left: 3px; }
&.trough { border-width: 0; }
@ -716,14 +717,6 @@ WingpanelWidgetsIndicatorPopover.popover {
//
PantheonTerminalPantheonTerminalWindow.background {
background-color: transparent;
.notebook {
&.header.top {
box-shadow: inset 0 1px opacify($header_border, 1),
inset 0 -1px $borders_color;
}
}
}
//

View File

@ -1691,12 +1691,6 @@ column-header.button.dnd { // for treeview-like derive widgets
&.top, &.bottom {
padding-left: 12px; // for a nicer close button
padding-right: 12px; // placement
//border-left-width: 1px;
//border-right-width: 1px;
}
&.left, &.right {
//border-bottom-width: 1px;
//border-top-width: 1px;
}
}
@each $_tab in (top, bottom, right, left) {

View File

@ -2374,6 +2374,48 @@ GtkVolumeButton.button {
background-origin: content-box;
background-position: right center; }
GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover,
ScratchMainWindow .notebook tab.reorderable-page.top:active,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover,
ScratchMainWindow .notebook tab.top:active,
ScratchMainWindow .notebook tab.top.active-page,
ScratchMainWindow .notebook tab.top.active-page:hover,
EphyNotebook.notebook tab.reorderable-page.top:active,
EphyNotebook.notebook tab.reorderable-page.top.active-page,
EphyNotebook.notebook tab.reorderable-page.top.active-page:hover,
EphyNotebook.notebook tab.top:active,
EphyNotebook.notebook tab.top.active-page,
EphyNotebook.notebook tab.top.active-page:hover,
MidoriNotebook .notebook tab.reorderable-page.top:active,
MidoriNotebook .notebook tab.reorderable-page.top.active-page,
MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover,
MidoriNotebook .notebook tab.top:active,
MidoriNotebook .notebook tab.top.active-page,
MidoriNotebook .notebook tab.top.active-page:hover,
TerminalWindow .notebook tab.reorderable-page.top:active,
TerminalWindow .notebook tab.reorderable-page.top.active-page,
TerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
TerminalWindow .notebook tab.top:active,
TerminalWindow .notebook tab.top.active-page,
TerminalWindow .notebook tab.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover {
box-shadow: inset 0 1px #2d3036, inset 0 -1px #2d3036, inset 1px 0 #2d3036, inset -1px 0 #2d3036; }
TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.top {
padding-top: 7px;
border-top-width: 3px; }
TerminalWindow .notebook.header.top,
PantheonTerminalPantheonTerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #24272d, inset 0 -1px #2d3036; }
GtkHTML {
background-color: #383C45;
color: #D3DAE3; }
@ -2386,33 +2428,6 @@ SushiFontWidget {
TerminalWindow .background {
background-color: transparent; }
TerminalWindow .notebook {
/* tab {
&.reorderable-page.top, &.top {
border-width: 1px;
border-color: transparent;
box-shadow: none;
&:hover, &.prelight-page {
border-color: transparentize($borders_color, 0.5);
border-width: 1px;
border-top-width: 0;
background-color: transparentize($bg_color,0.8);
box-shadow: none;
}
&:active, &.active-page, &.active-page:hover {
border-width: 1px;
border-top-width: 0;
border-color: $header_border;
background-color: opacify($header_bg, 1);
box-shadow: none;
&:backdrop { background-color: opacify($header_bg_backdrop, 1); }
}
}
}
*/ }
TerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #24272d, inset 0 -1px #2d3036; }
TerminalWindow .scrollbar.vertical .slider {
margin-left: 3px; }
TerminalWindow .scrollbar.trough {
@ -2925,8 +2940,6 @@ WingpanelWidgetsIndicatorPopover.popover {
PantheonTerminalPantheonTerminalWindow.background {
background-color: transparent; }
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
box-shadow: inset 0 1px #24272d, inset 0 -1px #2d3036; }
SwitchboardCategoryView .view:selected,
SwitchboardCategoryView .view:selected:focus {

View File

@ -2375,6 +2375,48 @@ GtkVolumeButton.button {
background-origin: content-box;
background-position: right center; }
GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover,
ScratchMainWindow .notebook tab.reorderable-page.top:active,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover,
ScratchMainWindow .notebook tab.top:active,
ScratchMainWindow .notebook tab.top.active-page,
ScratchMainWindow .notebook tab.top.active-page:hover,
EphyNotebook.notebook tab.reorderable-page.top:active,
EphyNotebook.notebook tab.reorderable-page.top.active-page,
EphyNotebook.notebook tab.reorderable-page.top.active-page:hover,
EphyNotebook.notebook tab.top:active,
EphyNotebook.notebook tab.top.active-page,
EphyNotebook.notebook tab.top.active-page:hover,
MidoriNotebook .notebook tab.reorderable-page.top:active,
MidoriNotebook .notebook tab.reorderable-page.top.active-page,
MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover,
MidoriNotebook .notebook tab.top:active,
MidoriNotebook .notebook tab.top.active-page,
MidoriNotebook .notebook tab.top.active-page:hover,
TerminalWindow .notebook tab.reorderable-page.top:active,
TerminalWindow .notebook tab.reorderable-page.top.active-page,
TerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
TerminalWindow .notebook tab.top:active,
TerminalWindow .notebook tab.top.active-page,
TerminalWindow .notebook tab.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover {
box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; }
TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.top {
padding-top: 7px;
border-top-width: 3px; }
TerminalWindow .notebook.header.top,
PantheonTerminalPantheonTerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #1f2227, inset 0 -1px #dcdfe3; }
GtkHTML {
background-color: #ffffff;
color: #5c616c; }
@ -2387,33 +2429,6 @@ SushiFontWidget {
TerminalWindow .background {
background-color: transparent; }
TerminalWindow .notebook {
/* tab {
&.reorderable-page.top, &.top {
border-width: 1px;
border-color: transparent;
box-shadow: none;
&:hover, &.prelight-page {
border-color: transparentize($borders_color, 0.5);
border-width: 1px;
border-top-width: 0;
background-color: transparentize($bg_color,0.8);
box-shadow: none;
}
&:active, &.active-page, &.active-page:hover {
border-width: 1px;
border-top-width: 0;
border-color: $header_border;
background-color: opacify($header_bg, 1);
box-shadow: none;
&:backdrop { background-color: opacify($header_bg_backdrop, 1); }
}
}
}
*/ }
TerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #1f2227, inset 0 -1px #dcdfe3; }
TerminalWindow .scrollbar.vertical .slider {
margin-left: 3px; }
TerminalWindow .scrollbar.trough {
@ -2926,8 +2941,6 @@ WingpanelWidgetsIndicatorPopover.popover {
PantheonTerminalPantheonTerminalWindow.background {
background-color: transparent; }
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
box-shadow: inset 0 1px #1f2227, inset 0 -1px #dcdfe3; }
SwitchboardCategoryView .view:selected,
SwitchboardCategoryView .view:selected:focus {

View File

@ -2374,6 +2374,48 @@ GtkVolumeButton.button {
background-origin: content-box;
background-position: right center; }
GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover,
ScratchMainWindow .notebook tab.reorderable-page.top:active,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover,
ScratchMainWindow .notebook tab.top:active,
ScratchMainWindow .notebook tab.top.active-page,
ScratchMainWindow .notebook tab.top.active-page:hover,
EphyNotebook.notebook tab.reorderable-page.top:active,
EphyNotebook.notebook tab.reorderable-page.top.active-page,
EphyNotebook.notebook tab.reorderable-page.top.active-page:hover,
EphyNotebook.notebook tab.top:active,
EphyNotebook.notebook tab.top.active-page,
EphyNotebook.notebook tab.top.active-page:hover,
MidoriNotebook .notebook tab.reorderable-page.top:active,
MidoriNotebook .notebook tab.reorderable-page.top.active-page,
MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover,
MidoriNotebook .notebook tab.top:active,
MidoriNotebook .notebook tab.top.active-page,
MidoriNotebook .notebook tab.top.active-page:hover,
TerminalWindow .notebook tab.reorderable-page.top:active,
TerminalWindow .notebook tab.reorderable-page.top.active-page,
TerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
TerminalWindow .notebook tab.top:active,
TerminalWindow .notebook tab.top.active-page,
TerminalWindow .notebook tab.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover {
box-shadow: inset 0 1px #2d3036, inset 0 -1px #2d3036, inset 1px 0 #2d3036, inset -1px 0 #2d3036; }
TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.top {
padding-top: 7px;
border-top-width: 3px; }
TerminalWindow .notebook.header.top,
PantheonTerminalPantheonTerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #24272d, inset 0 -1px #2d3036; }
GtkHTML {
background-color: #383C45;
color: #D3DAE3; }
@ -2386,33 +2428,6 @@ SushiFontWidget {
TerminalWindow .background {
background-color: transparent; }
TerminalWindow .notebook {
/* tab {
&.reorderable-page.top, &.top {
border-width: 1px;
border-color: transparent;
box-shadow: none;
&:hover, &.prelight-page {
border-color: transparentize($borders_color, 0.5);
border-width: 1px;
border-top-width: 0;
background-color: transparentize($bg_color,0.8);
box-shadow: none;
}
&:active, &.active-page, &.active-page:hover {
border-width: 1px;
border-top-width: 0;
border-color: $header_border;
background-color: opacify($header_bg, 1);
box-shadow: none;
&:backdrop { background-color: opacify($header_bg_backdrop, 1); }
}
}
}
*/ }
TerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #24272d, inset 0 -1px #2d3036; }
TerminalWindow .scrollbar.vertical .slider {
margin-left: 3px; }
TerminalWindow .scrollbar.trough {
@ -2925,8 +2940,6 @@ WingpanelWidgetsIndicatorPopover.popover {
PantheonTerminalPantheonTerminalWindow.background {
background-color: transparent; }
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
box-shadow: inset 0 1px #24272d, inset 0 -1px #2d3036; }
SwitchboardCategoryView .view:selected,
SwitchboardCategoryView .view:selected:focus {

View File

@ -2375,6 +2375,48 @@ GtkVolumeButton.button {
background-origin: content-box;
background-position: right center; }
GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover,
ScratchMainWindow .notebook tab.reorderable-page.top:active,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover,
ScratchMainWindow .notebook tab.top:active,
ScratchMainWindow .notebook tab.top.active-page,
ScratchMainWindow .notebook tab.top.active-page:hover,
EphyNotebook.notebook tab.reorderable-page.top:active,
EphyNotebook.notebook tab.reorderable-page.top.active-page,
EphyNotebook.notebook tab.reorderable-page.top.active-page:hover,
EphyNotebook.notebook tab.top:active,
EphyNotebook.notebook tab.top.active-page,
EphyNotebook.notebook tab.top.active-page:hover,
MidoriNotebook .notebook tab.reorderable-page.top:active,
MidoriNotebook .notebook tab.reorderable-page.top.active-page,
MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover,
MidoriNotebook .notebook tab.top:active,
MidoriNotebook .notebook tab.top.active-page,
MidoriNotebook .notebook tab.top.active-page:hover,
TerminalWindow .notebook tab.reorderable-page.top:active,
TerminalWindow .notebook tab.reorderable-page.top.active-page,
TerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
TerminalWindow .notebook tab.top:active,
TerminalWindow .notebook tab.top.active-page,
TerminalWindow .notebook tab.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover {
box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; }
TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.top {
padding-top: 7px;
border-top-width: 3px; }
TerminalWindow .notebook.header.top,
PantheonTerminalPantheonTerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #1f2227, inset 0 -1px #dcdfe3; }
GtkHTML {
background-color: #ffffff;
color: #5c616c; }
@ -2387,33 +2429,6 @@ SushiFontWidget {
TerminalWindow .background {
background-color: transparent; }
TerminalWindow .notebook {
/* tab {
&.reorderable-page.top, &.top {
border-width: 1px;
border-color: transparent;
box-shadow: none;
&:hover, &.prelight-page {
border-color: transparentize($borders_color, 0.5);
border-width: 1px;
border-top-width: 0;
background-color: transparentize($bg_color,0.8);
box-shadow: none;
}
&:active, &.active-page, &.active-page:hover {
border-width: 1px;
border-top-width: 0;
border-color: $header_border;
background-color: opacify($header_bg, 1);
box-shadow: none;
&:backdrop { background-color: opacify($header_bg_backdrop, 1); }
}
}
}
*/ }
TerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #1f2227, inset 0 -1px #dcdfe3; }
TerminalWindow .scrollbar.vertical .slider {
margin-left: 3px; }
TerminalWindow .scrollbar.trough {
@ -2926,8 +2941,6 @@ WingpanelWidgetsIndicatorPopover.popover {
PantheonTerminalPantheonTerminalWindow.background {
background-color: transparent; }
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
box-shadow: inset 0 1px #1f2227, inset 0 -1px #dcdfe3; }
SwitchboardCategoryView .view:selected,
SwitchboardCategoryView .view:selected:focus {

View File

@ -2374,6 +2374,48 @@ GtkVolumeButton.button {
background-origin: content-box;
background-position: right center; }
GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover,
ScratchMainWindow .notebook tab.reorderable-page.top:active,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover,
ScratchMainWindow .notebook tab.top:active,
ScratchMainWindow .notebook tab.top.active-page,
ScratchMainWindow .notebook tab.top.active-page:hover,
EphyNotebook.notebook tab.reorderable-page.top:active,
EphyNotebook.notebook tab.reorderable-page.top.active-page,
EphyNotebook.notebook tab.reorderable-page.top.active-page:hover,
EphyNotebook.notebook tab.top:active,
EphyNotebook.notebook tab.top.active-page,
EphyNotebook.notebook tab.top.active-page:hover,
MidoriNotebook .notebook tab.reorderable-page.top:active,
MidoriNotebook .notebook tab.reorderable-page.top.active-page,
MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover,
MidoriNotebook .notebook tab.top:active,
MidoriNotebook .notebook tab.top.active-page,
MidoriNotebook .notebook tab.top.active-page:hover,
TerminalWindow .notebook tab.reorderable-page.top:active,
TerminalWindow .notebook tab.reorderable-page.top.active-page,
TerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
TerminalWindow .notebook tab.top:active,
TerminalWindow .notebook tab.top.active-page,
TerminalWindow .notebook tab.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover {
box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; }
TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.top {
padding-top: 7px;
border-top-width: 3px; }
TerminalWindow .notebook.header.top,
PantheonTerminalPantheonTerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; }
GtkHTML {
background-color: #ffffff;
color: #5c616c; }
@ -2386,33 +2428,6 @@ SushiFontWidget {
TerminalWindow .background {
background-color: transparent; }
TerminalWindow .notebook {
/* tab {
&.reorderable-page.top, &.top {
border-width: 1px;
border-color: transparent;
box-shadow: none;
&:hover, &.prelight-page {
border-color: transparentize($borders_color, 0.5);
border-width: 1px;
border-top-width: 0;
background-color: transparentize($bg_color,0.8);
box-shadow: none;
}
&:active, &.active-page, &.active-page:hover {
border-width: 1px;
border-top-width: 0;
border-color: $header_border;
background-color: opacify($header_bg, 1);
box-shadow: none;
&:backdrop { background-color: opacify($header_bg_backdrop, 1); }
}
}
}
*/ }
TerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; }
TerminalWindow .scrollbar.vertical .slider {
margin-left: 3px; }
TerminalWindow .scrollbar.trough {
@ -2925,8 +2940,6 @@ WingpanelWidgetsIndicatorPopover.popover {
PantheonTerminalPantheonTerminalWindow.background {
background-color: transparent; }
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; }
SwitchboardCategoryView .view:selected,
SwitchboardCategoryView .view:selected:focus {

View File

@ -2374,6 +2374,48 @@ GtkVolumeButton.button {
background-origin: content-box;
background-position: right center; }
GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover,
ScratchMainWindow .notebook tab.reorderable-page.top:active,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover,
ScratchMainWindow .notebook tab.top:active,
ScratchMainWindow .notebook tab.top.active-page,
ScratchMainWindow .notebook tab.top.active-page:hover,
EphyNotebook.notebook tab.reorderable-page.top:active,
EphyNotebook.notebook tab.reorderable-page.top.active-page,
EphyNotebook.notebook tab.reorderable-page.top.active-page:hover,
EphyNotebook.notebook tab.top:active,
EphyNotebook.notebook tab.top.active-page,
EphyNotebook.notebook tab.top.active-page:hover,
MidoriNotebook .notebook tab.reorderable-page.top:active,
MidoriNotebook .notebook tab.reorderable-page.top.active-page,
MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover,
MidoriNotebook .notebook tab.top:active,
MidoriNotebook .notebook tab.top.active-page,
MidoriNotebook .notebook tab.top.active-page:hover,
TerminalWindow .notebook tab.reorderable-page.top:active,
TerminalWindow .notebook tab.reorderable-page.top.active-page,
TerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
TerminalWindow .notebook tab.top:active,
TerminalWindow .notebook tab.top.active-page,
TerminalWindow .notebook tab.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.top:active,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page,
PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover {
box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; }
TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.top {
padding-top: 7px;
border-top-width: 3px; }
TerminalWindow .notebook.header.top,
PantheonTerminalPantheonTerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; }
GtkHTML {
background-color: #ffffff;
color: #5c616c; }
@ -2386,33 +2428,6 @@ SushiFontWidget {
TerminalWindow .background {
background-color: transparent; }
TerminalWindow .notebook {
/* tab {
&.reorderable-page.top, &.top {
border-width: 1px;
border-color: transparent;
box-shadow: none;
&:hover, &.prelight-page {
border-color: transparentize($borders_color, 0.5);
border-width: 1px;
border-top-width: 0;
background-color: transparentize($bg_color,0.8);
box-shadow: none;
}
&:active, &.active-page, &.active-page:hover {
border-width: 1px;
border-top-width: 0;
border-color: $header_border;
background-color: opacify($header_bg, 1);
box-shadow: none;
&:backdrop { background-color: opacify($header_bg_backdrop, 1); }
}
}
}
*/ }
TerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; }
TerminalWindow .scrollbar.vertical .slider {
margin-left: 3px; }
TerminalWindow .scrollbar.trough {
@ -2925,8 +2940,6 @@ WingpanelWidgetsIndicatorPopover.popover {
PantheonTerminalPantheonTerminalWindow.background {
background-color: transparent; }
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; }
SwitchboardCategoryView .view:selected,
SwitchboardCategoryView .view:selected:focus {