Just a minor detail

This commit is contained in:
Néstor Andreu 2023-06-12 21:08:06 +02:00
parent daacad5c7d
commit a9b93f8078
2 changed files with 7 additions and 2 deletions

View File

@ -334,6 +334,8 @@ row:disabled, row:disabled label {
color: @insensitive_fg_color;
}
/*
* this is to prevent autohidable scrollbars to appear on top of content that might need to be displayed or clicked.
* I wish they could be forced to stay always visible, but I haven't found how.
@ -1066,7 +1068,7 @@ notebook > header > tabs > arrow {
}
notebook > header > tabs > arrow:disabled {
color: black;
color: @insensitive_fg_color;
}
notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down {

View File

@ -375,6 +375,9 @@ row:disabled, row:disabled label {
color: @insensitive_fg_color;
}
/*
* this is to prevent autohidable scrollbars to appear on top of content that might need to be displayed or clicked.
* I wish they could be forced to stay always visible, but I haven't found how.
@ -1111,7 +1114,7 @@ notebook > header > tabs > arrow {
}
notebook > header > tabs > arrow:disabled {
color: black;
color: @insensitive_fg_color;
}
notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down {