mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 08:29:53 +01:00
Update selected tab gradient colors
This commit is contained in:
@@ -3077,7 +3077,7 @@ notebook > header {
|
||||
notebook > header.top > tabs > tab:backdrop {
|
||||
box-shadow: none; }
|
||||
notebook > header.top > tabs > tab:checked {
|
||||
background: linear-gradient(to right, #fed349, #ff7800) left bottom #e4e5e6 no-repeat;
|
||||
background: linear-gradient(to right, #00c6ff, #0072ff) left bottom #e4e5e6 no-repeat;
|
||||
background-size: 100% 2px;
|
||||
border: 0; }
|
||||
notebook > header.bottom {
|
||||
@@ -3087,7 +3087,7 @@ notebook > header {
|
||||
notebook > header.bottom > tabs > tab:backdrop {
|
||||
box-shadow: none; }
|
||||
notebook > header.bottom > tabs > tab:checked {
|
||||
background: linear-gradient(to right, #fed349, #ff7800) left bottom #e4e5e6 no-repeat;
|
||||
background: linear-gradient(to right, #00c6ff, #0072ff) left bottom #e4e5e6 no-repeat;
|
||||
background-size: 100% 2px;
|
||||
border: 0; }
|
||||
notebook > header.left {
|
||||
@@ -3097,7 +3097,7 @@ notebook > header {
|
||||
notebook > header.left > tabs > tab:backdrop {
|
||||
box-shadow: none; }
|
||||
notebook > header.left > tabs > tab:checked {
|
||||
background: linear-gradient(to bottom, #fed349, #ff7800) left bottom #e4e5e6 no-repeat;
|
||||
background: linear-gradient(to bottom, #00c6ff, #0072ff) left bottom #e4e5e6 no-repeat;
|
||||
background-size: 2px 100%;
|
||||
border: 0; }
|
||||
notebook > header.right {
|
||||
@@ -3107,7 +3107,7 @@ notebook > header {
|
||||
notebook > header.right > tabs > tab:backdrop {
|
||||
box-shadow: none; }
|
||||
notebook > header.right > tabs > tab:checked {
|
||||
background: linear-gradient(to bottom, #fed349, #ff7800) left bottom #e4e5e6 no-repeat;
|
||||
background: linear-gradient(to bottom, #00c6ff, #0072ff) left bottom #e4e5e6 no-repeat;
|
||||
background-size: 2px 100%;
|
||||
border: 0; }
|
||||
notebook > header.top > tabs > arrow {
|
||||
|
||||
Reference in New Issue
Block a user