Update selected tab gradient colors

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

View File

@@ -3023,9 +3023,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: #10121a; }
notebook > header:backdrop {
border-color: rgba(13, 16, 23, 0.82);
background-color: #161925; }
@@ -3038,9 +3038,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, #5800E2, #FF00E6) left bottom #141620 no-repeat;
background-size: 100% 2px;
border: 0; }
notebook > header.bottom {
border-top-style: solid; }
notebook > header.bottom > tabs {
@@ -3048,8 +3048,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, #5800E2, #FF00E6) left bottom #141620 no-repeat;
background-size: 100% 2px;
border: 0; }
notebook > header.left {
border-right-style: solid; }
notebook > header.left > tabs {
@@ -3057,8 +3058,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, #5800E2, #FF00E6) left bottom #141620 no-repeat;
background-size: 2px 100%;
border: 0; }
notebook > header.right {
border-left-style: solid; }
notebook > header.right > tabs {
@@ -3066,8 +3068,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, #5800E2, #FF00E6) left bottom #141620 no-repeat;
background-size: 2px 100%;
border: 0; }
notebook > header.top > tabs > arrow {
border-top-style: none; }
notebook > header.bottom > tabs > arrow {
@@ -3131,8 +3134,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); }