Update selected tab style

This commit is contained in:
EliverLara
2020-03-14 13:48:29 -06:00
parent 28d4ccf46e
commit 0e91784867
5 changed files with 53 additions and 46 deletions

View File

@@ -3055,9 +3055,9 @@ assistant {
*************/
notebook > header {
padding: 1px;
border-color: rgba(12, 14, 21, 0.8);
border-color: transparent;
border-width: 1px;
background-color: #181b28; }
background-color: #0c0e14; }
notebook > header:backdrop {
border-color: rgba(13, 16, 23, 0.82);
background-color: #161925; }
@@ -3070,9 +3070,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, #fed349, #ff7800) left bottom #141721 no-repeat;
background-size: 100% 2px;
border: 0; }
notebook > header.bottom {
border-top-style: solid; }
notebook > header.bottom > tabs {
@@ -3080,8 +3080,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(12, 14, 21, 0.8), 0px 1px 0 rgba(12, 14, 21, 0.8), 1px 0 0 rgba(12, 14, 21, 0.8); }
background: linear-gradient(to right, #fed349, #ff7800) left bottom #141721 no-repeat;
background-size: 100% 2px;
border: 0; }
notebook > header.left {
border-right-style: solid; }
notebook > header.left > tabs {
@@ -3089,8 +3090,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(12, 14, 21, 0.8), 0px -1px 0 rgba(12, 14, 21, 0.8), 0px 1px 0 rgba(12, 14, 21, 0.8); }
background: linear-gradient(to bottom, #fed349, #ff7800) left bottom #141721 no-repeat;
background-size: 2px 100%;
border: 0; }
notebook > header.right {
border-left-style: solid; }
notebook > header.right > tabs {
@@ -3098,8 +3100,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(12, 14, 21, 0.8), 0px -1px 0 rgba(12, 14, 21, 0.8), 1px 0 0 rgba(12, 14, 21, 0.8); }
background: linear-gradient(to bottom, #fed349, #ff7800) 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 {
@@ -3163,8 +3166,7 @@ notebook > header {
border-color: transparent;
background-color: transparent; }
notebook > header tab:checked {
color: #C3C7D1;
box-shadow: -1px 0 0 rgba(12, 14, 21, 0.8), 0px -1px 0 rgba(12, 14, 21, 0.8), 1px 0 0 rgba(12, 14, 21, 0.8); }
color: #C3C7D1; }
notebook > header tab:checked.reorderable-page {
border-color: rgba(12, 14, 21, 0.3);
background-color: rgba(22, 25, 37, 0.5); }