mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-25 11:33:35 +03:00
nicer scrollbars (fixes #440)
This commit is contained in:
parent
9440d687d3
commit
2606b910f1
@ -126,7 +126,7 @@ body {
|
|||||||
|
|
||||||
app-root {
|
app-root {
|
||||||
&.no-tabs {
|
&.no-tabs {
|
||||||
background: rgba(0,0,0,.5);
|
background: rgba(0,0,0,.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
&> .content {
|
&> .content {
|
||||||
@ -366,3 +366,18 @@ toggle.active .body .toggle {
|
|||||||
fill: white;
|
fill: white;
|
||||||
fill-opacity: 0.75;
|
fill-opacity: 0.75;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*::-webkit-scrollbar {
|
||||||
|
background: rgba(0, 0, 0, .125);
|
||||||
|
width: 10px;
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
*::-webkit-scrollbar-thumb {
|
||||||
|
background: rgba(255, 255, 255, .25);
|
||||||
|
}
|
||||||
|
|
||||||
|
*::-webkit-scrollbar-corner,
|
||||||
|
*::-webkit-resizer {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user