Update selected tab style

This commit is contained in:
EliverLara
2020-03-14 13:48:29 -06:00
parent 97d54adf3d
commit e6af80ca9b
5 changed files with 53 additions and 46 deletions

View File

@@ -3045,9 +3045,9 @@ assistant {
*************/
notebook > header {
padding: 1px;
border-color: rgba(238, 238, 238, 0.1);
border-color: transparent;
border-width: 1px;
background-color: #181b28; }
background-color: #0c0e14; }
notebook > header:backdrop {
border-color: rgba(91, 93, 102, 0.19);
background-color: #161925; }
@@ -3060,9 +3060,9 @@ notebook > header {
notebook > header.top > tabs > tab:backdrop {
box-shadow: none; }
notebook > header.top > tabs > tab:checked {
background-color: #181b28; }
notebook > header.top > tabs > tab:checked:hover {
background-color: #181b28; }
background: linear-gradient(to right, #00f17d, #00f7d2) left bottom #141721 no-repeat;
background-size: 100% 2px;
border: 0; }
notebook > header.bottom {
border-top-style: solid; }
notebook > header.bottom > tabs {
@@ -3070,8 +3070,9 @@ notebook > header {
notebook > header.bottom > tabs > tab:backdrop {
box-shadow: none; }
notebook > header.bottom > tabs > tab:checked {
background-color: #181b28;
box-shadow: -1px 0 0 rgba(238, 238, 238, 0.1), 0px 1px 0 rgba(238, 238, 238, 0.1), 1px 0 0 rgba(238, 238, 238, 0.1); }
background: linear-gradient(to right, #00f17d, #00f7d2) left bottom #141721 no-repeat;
background-size: 100% 2px;
border: 0; }
notebook > header.left {
border-right-style: solid; }
notebook > header.left > tabs {
@@ -3079,8 +3080,9 @@ notebook > header {
notebook > header.left > tabs > tab:backdrop {
box-shadow: none; }
notebook > header.left > tabs > tab:checked {
background-color: #181b28;
box-shadow: 0px 1px 0 rgba(238, 238, 238, 0.1), 0px -1px 0 rgba(238, 238, 238, 0.1), 0px 1px 0 rgba(238, 238, 238, 0.1); }
background: linear-gradient(to bottom, #00f17d, #00f7d2) left bottom #141721 no-repeat;
background-size: 2px 100%;
border: 0; }
notebook > header.right {
border-left-style: solid; }
notebook > header.right > tabs {
@@ -3088,8 +3090,9 @@ notebook > header {
notebook > header.right > tabs > tab:backdrop {
box-shadow: none; }
notebook > header.right > tabs > tab:checked {
background-color: #181b28;
box-shadow: 0px 1px 0 rgba(238, 238, 238, 0.1), 0px -1px 0 rgba(238, 238, 238, 0.1), 1px 0 0 rgba(238, 238, 238, 0.1); }
background: linear-gradient(to bottom, #00f17d, #00f7d2) left bottom #141721 no-repeat;
background-size: 2px 100%;
border: 0; }
notebook > header.top > tabs > arrow {
border-top-style: none; }
notebook > header.bottom > tabs > arrow {
@@ -3153,8 +3156,7 @@ notebook > header {
border-color: transparent;
background-color: transparent; }
notebook > header tab:checked {
color: #C3C7D1;
box-shadow: -1px 0 0 rgba(238, 238, 238, 0.1), 0px -1px 0 rgba(238, 238, 238, 0.1), 1px 0 0 rgba(238, 238, 238, 0.1); }
color: #C3C7D1; }
notebook > header tab:checked.reorderable-page {
border-color: rgba(238, 238, 238, 0);
background-color: rgba(22, 25, 37, 0.5); }