GTK3: Regenerate css

This commit is contained in:
Daniel Ruiz de Alegría 2021-03-02 11:33:40 +01:00
parent 2100c6b8da
commit 710135dbaf
3 changed files with 72 additions and 27 deletions

View File

@ -2499,7 +2499,7 @@ notebook > stack:not(:only-child) {
**************/ **************/
scrollbar { scrollbar {
background-color: #272a34; background-color: #272a34;
transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
* { * {
-GtkScrollbar-has-backward-stepper: false; -GtkScrollbar-has-backward-stepper: false;
-GtkScrollbar-has-forward-stepper: false; } -GtkScrollbar-has-forward-stepper: false; }
@ -2516,13 +2516,14 @@ scrollbar {
border-color: #16171d; border-color: #16171d;
transition: 200ms ease-out; } transition: 200ms ease-out; }
scrollbar slider { scrollbar slider {
min-width: 6px; min-width: 8px;
min-height: 6px; min-height: 8px;
margin: -1px; margin: -1px;
border: 4px solid transparent; border: 4px solid transparent;
border-radius: 8px; border-radius: 10px;
background-clip: padding-box; background-clip: padding-box;
background-color: #41434b; } background-color: #41434b;
transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
scrollbar slider:hover { scrollbar slider:hover {
background-color: #4b4d54; } background-color: #4b4d54; }
scrollbar slider:hover:active { scrollbar slider:hover:active {
@ -2532,8 +2533,9 @@ scrollbar {
scrollbar slider:disabled { scrollbar slider:disabled {
background-color: transparent; } background-color: transparent; }
scrollbar.fine-tune slider { scrollbar.fine-tune slider {
min-width: 4px; transition: none;
min-height: 4px; } min-width: 6px;
min-height: 6px; }
scrollbar.fine-tune.horizontal slider { scrollbar.fine-tune.horizontal slider {
border-width: 5px 4px; } border-width: 5px 4px; }
scrollbar.fine-tune.vertical slider { scrollbar.fine-tune.vertical slider {
@ -4458,8 +4460,14 @@ decoration {
decoration:backdrop { decoration:backdrop {
box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(13, 14, 17, 0.9); box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(13, 14, 17, 0.9);
transition: 200ms ease-out; } transition: 200ms ease-out; }
.maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { .maximized decoration, .fullscreen decoration {
border-radius: 0; } border-radius: 0;
box-shadow: none; }
.tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration {
border-radius: 0;
box-shadow: 0 0 0 1px rgba(13, 14, 17, 0.9), 0 0 0 20px transparent; }
.tiled decoration:backdrop, .tiled-top decoration:backdrop, .tiled-right decoration:backdrop, .tiled-bottom decoration:backdrop, .tiled-left decoration:backdrop {
box-shadow: 0 0 0 1px rgba(13, 14, 17, 0.9), 0 0 0 20px transparent; }
.popup decoration { .popup decoration {
box-shadow: none; } box-shadow: none; }
.ssd decoration { .ssd decoration {
@ -5295,6 +5303,13 @@ notebook > header {
margin-top: 1px; margin-top: 1px;
margin-bottom: 1px; } margin-bottom: 1px; }
/**************
* Scrollbars *
**************/
scrollbar slider {
min-width: 6px;
min-height: 6px; }
/************** /**************
* GtkInfoBar * * GtkInfoBar *
**************/ **************/

View File

@ -2499,7 +2499,7 @@ notebook > stack:not(:only-child) {
**************/ **************/
scrollbar { scrollbar {
background-color: #272a34; background-color: #272a34;
transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
* { * {
-GtkScrollbar-has-backward-stepper: false; -GtkScrollbar-has-backward-stepper: false;
-GtkScrollbar-has-forward-stepper: false; } -GtkScrollbar-has-forward-stepper: false; }
@ -2516,13 +2516,14 @@ scrollbar {
border-color: #16171d; border-color: #16171d;
transition: 200ms ease-out; } transition: 200ms ease-out; }
scrollbar slider { scrollbar slider {
min-width: 6px; min-width: 8px;
min-height: 6px; min-height: 8px;
margin: -1px; margin: -1px;
border: 4px solid transparent; border: 4px solid transparent;
border-radius: 8px; border-radius: 10px;
background-clip: padding-box; background-clip: padding-box;
background-color: #41434b; } background-color: #41434b;
transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
scrollbar slider:hover { scrollbar slider:hover {
background-color: #4b4d54; } background-color: #4b4d54; }
scrollbar slider:hover:active { scrollbar slider:hover:active {
@ -2532,8 +2533,9 @@ scrollbar {
scrollbar slider:disabled { scrollbar slider:disabled {
background-color: transparent; } background-color: transparent; }
scrollbar.fine-tune slider { scrollbar.fine-tune slider {
min-width: 4px; transition: none;
min-height: 4px; } min-width: 6px;
min-height: 6px; }
scrollbar.fine-tune.horizontal slider { scrollbar.fine-tune.horizontal slider {
border-width: 5px 4px; } border-width: 5px 4px; }
scrollbar.fine-tune.vertical slider { scrollbar.fine-tune.vertical slider {
@ -4458,8 +4460,14 @@ decoration {
decoration:backdrop { decoration:backdrop {
box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(13, 14, 17, 0.9); box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(13, 14, 17, 0.9);
transition: 200ms ease-out; } transition: 200ms ease-out; }
.maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { .maximized decoration, .fullscreen decoration {
border-radius: 0; } border-radius: 0;
box-shadow: none; }
.tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration {
border-radius: 0;
box-shadow: 0 0 0 1px rgba(13, 14, 17, 0.9), 0 0 0 20px transparent; }
.tiled decoration:backdrop, .tiled-top decoration:backdrop, .tiled-right decoration:backdrop, .tiled-bottom decoration:backdrop, .tiled-left decoration:backdrop {
box-shadow: 0 0 0 1px rgba(13, 14, 17, 0.9), 0 0 0 20px transparent; }
.popup decoration { .popup decoration {
box-shadow: none; } box-shadow: none; }
.ssd decoration { .ssd decoration {
@ -5295,6 +5303,13 @@ notebook > header {
margin-top: 1px; margin-top: 1px;
margin-bottom: 1px; } margin-bottom: 1px; }
/**************
* Scrollbars *
**************/
scrollbar slider {
min-width: 6px;
min-height: 6px; }
/************** /**************
* GtkInfoBar * * GtkInfoBar *
**************/ **************/

View File

@ -2510,7 +2510,7 @@ notebook > stack:not(:only-child) {
**************/ **************/
scrollbar { scrollbar {
background-color: #fafafa; background-color: #fafafa;
transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
* { * {
-GtkScrollbar-has-backward-stepper: false; -GtkScrollbar-has-backward-stepper: false;
-GtkScrollbar-has-forward-stepper: false; } -GtkScrollbar-has-forward-stepper: false; }
@ -2527,13 +2527,14 @@ scrollbar {
border-color: #e0e0e0; border-color: #e0e0e0;
transition: 200ms ease-out; } transition: 200ms ease-out; }
scrollbar slider { scrollbar slider {
min-width: 6px; min-width: 8px;
min-height: 6px; min-height: 8px;
margin: -1px; margin: -1px;
border: 4px solid transparent; border: 4px solid transparent;
border-radius: 8px; border-radius: 10px;
background-clip: padding-box; background-clip: padding-box;
background-color: #ced0d3; } background-color: #ced0d3;
transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
scrollbar slider:hover { scrollbar slider:hover {
background-color: #c6c8cc; } background-color: #c6c8cc; }
scrollbar slider:hover:active { scrollbar slider:hover:active {
@ -2543,8 +2544,9 @@ scrollbar {
scrollbar slider:disabled { scrollbar slider:disabled {
background-color: transparent; } background-color: transparent; }
scrollbar.fine-tune slider { scrollbar.fine-tune slider {
min-width: 4px; transition: none;
min-height: 4px; } min-width: 6px;
min-height: 6px; }
scrollbar.fine-tune.horizontal slider { scrollbar.fine-tune.horizontal slider {
border-width: 5px 4px; } border-width: 5px 4px; }
scrollbar.fine-tune.vertical slider { scrollbar.fine-tune.vertical slider {
@ -4480,8 +4482,14 @@ decoration {
decoration:backdrop { decoration:backdrop {
box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.18); box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.18);
transition: 200ms ease-out; } transition: 200ms ease-out; }
.maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { .maximized decoration, .fullscreen decoration {
border-radius: 0; } border-radius: 0;
box-shadow: none; }
.tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration {
border-radius: 0;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18), 0 0 0 20px transparent; }
.tiled decoration:backdrop, .tiled-top decoration:backdrop, .tiled-right decoration:backdrop, .tiled-bottom decoration:backdrop, .tiled-left decoration:backdrop {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18), 0 0 0 20px transparent; }
.popup decoration { .popup decoration {
box-shadow: none; } box-shadow: none; }
.ssd decoration { .ssd decoration {
@ -5316,6 +5324,13 @@ notebook > header {
margin-top: 1px; margin-top: 1px;
margin-bottom: 1px; } margin-bottom: 1px; }
/**************
* Scrollbars *
**************/
scrollbar slider {
min-width: 6px;
min-height: 6px; }
/************** /**************
* GtkInfoBar * * GtkInfoBar *
**************/ **************/