pull/228/head
vinceliuice 4 years ago
parent cda9ad783e
commit fd1e1a13dd

@ -1866,8 +1866,8 @@ notebook {
border-radius: $corner-radius 0 0 $corner-radius;
> tabs {
margin-left: 4px;
margin-right: -1px;
margin-left: 4px;
> tab {
border-radius: $corner-radius 0 0 $corner-radius;

@ -732,4 +732,15 @@ leaflet {
> box > scrolledwindow > viewport > widget > stack {
background-color: $base;
}
.maximized &,
.fullscreen &,
.tiled &,
.tiled-top &,
.tiled-right &,
.tiled-bottom &,
.tiled-left & {
border-radius: 0;
outline: none;
}
}

@ -2170,8 +2170,8 @@ notebook > header.left {
}
notebook > header.left > tabs {
margin-left: 4px;
margin-right: -1px;
margin-left: 4px;
}
notebook > header.left > tabs > tab {
@ -5211,6 +5211,11 @@ leaflet > box > scrolledwindow > viewport > widget > stack {
background-color: #FFFFFF;
}
.maximized leaflet, .fullscreen leaflet, .tiled leaflet, .tiled-top leaflet, .tiled-right leaflet, .tiled-bottom leaflet, .tiled-left leaflet {
border-radius: 0;
outline: none;
}
/* GTK NAMED COLORS
----------------
use responsibly! */

@ -2170,8 +2170,8 @@ notebook > header.left {
}
notebook > header.left > tabs {
margin-left: 4px;
margin-right: -1px;
margin-left: 4px;
}
notebook > header.left > tabs > tab {
@ -5211,6 +5211,11 @@ leaflet > box > scrolledwindow > viewport > widget > stack {
background-color: #2C2C2C;
}
.maximized leaflet, .fullscreen leaflet, .tiled leaflet, .tiled-top leaflet, .tiled-right leaflet, .tiled-bottom leaflet, .tiled-left leaflet {
border-radius: 0;
outline: none;
}
/* GTK NAMED COLORS
----------------
use responsibly! */

@ -2170,8 +2170,8 @@ notebook > header.left {
}
notebook > header.left > tabs {
margin-left: 4px;
margin-right: -1px;
margin-left: 4px;
}
notebook > header.left > tabs > tab {
@ -5211,6 +5211,11 @@ leaflet > box > scrolledwindow > viewport > widget > stack {
background-color: #2C2C2C;
}
.maximized leaflet, .fullscreen leaflet, .tiled leaflet, .tiled-top leaflet, .tiled-right leaflet, .tiled-bottom leaflet, .tiled-left leaflet {
border-radius: 0;
outline: none;
}
/* GTK NAMED COLORS
----------------
use responsibly! */

@ -2170,8 +2170,8 @@ notebook > header.left {
}
notebook > header.left > tabs {
margin-left: 4px;
margin-right: -1px;
margin-left: 4px;
}
notebook > header.left > tabs > tab {
@ -5211,6 +5211,11 @@ leaflet > box > scrolledwindow > viewport > widget > stack {
background-color: #FFFFFF;
}
.maximized leaflet, .fullscreen leaflet, .tiled leaflet, .tiled-top leaflet, .tiled-right leaflet, .tiled-bottom leaflet, .tiled-left leaflet {
border-radius: 0;
outline: none;
}
/* GTK NAMED COLORS
----------------
use responsibly! */

@ -2170,8 +2170,8 @@ notebook > header.left {
}
notebook > header.left > tabs {
margin-left: 4px;
margin-right: -1px;
margin-left: 4px;
}
notebook > header.left > tabs > tab {
@ -5211,6 +5211,11 @@ leaflet > box > scrolledwindow > viewport > widget > stack {
background-color: #FFFFFF;
}
.maximized leaflet, .fullscreen leaflet, .tiled leaflet, .tiled-top leaflet, .tiled-right leaflet, .tiled-bottom leaflet, .tiled-left leaflet {
border-radius: 0;
outline: none;
}
/* GTK NAMED COLORS
----------------
use responsibly! */

@ -2170,8 +2170,8 @@ notebook > header.left {
}
notebook > header.left > tabs {
margin-left: 4px;
margin-right: -1px;
margin-left: 4px;
}
notebook > header.left > tabs > tab {
@ -5211,6 +5211,11 @@ leaflet > box > scrolledwindow > viewport > widget > stack {
background-color: #FFFFFF;
}
.maximized leaflet, .fullscreen leaflet, .tiled leaflet, .tiled-top leaflet, .tiled-right leaflet, .tiled-bottom leaflet, .tiled-left leaflet {
border-radius: 0;
outline: none;
}
/* GTK NAMED COLORS
----------------
use responsibly! */

Loading…
Cancel
Save