make the ellipsis more visible

This commit is contained in:
ed 2021-08-28 02:38:31 +02:00
parent 0fbc81ab2f
commit c72c5ad4ee
2 changed files with 10 additions and 2 deletions

View file

@ -223,7 +223,9 @@ html.light #ggrid>a.play {
} }
#files tbody tr.sel td, #files tbody tr.sel td,
#ggrid>a.sel, #ggrid>a.sel,
html.light #ggrid>a.sel { #ggrid>a[tt].sel,
html.light #ggrid>a.sel,
html.light #ggrid>a[tt].sel {
color: #fff; color: #fff;
background: #925; background: #925;
border-color: #c37; border-color: #c37;
@ -911,6 +913,9 @@ html.light #ghead {
padding: .3em; padding: .3em;
margin: .5em; margin: .5em;
} }
#ggrid>a[tt] {
background: linear-gradient(135deg, #383838 95%, #555 95%);
}
#ggrid>a img { #ggrid>a img {
border-radius: .2em; border-radius: .2em;
max-width: 10em; max-width: 10em;
@ -943,6 +948,9 @@ html.light #ggrid>a {
border-color: #ddd; border-color: #ddd;
box-shadow: 0 .1em .2em #ddd; box-shadow: 0 .1em .2em #ddd;
} }
html.light #ggrid>a[tt] {
background: linear-gradient(135deg, #f7f7f7 95%, #ccc 95%);
}
html.light #ggrid>a:hover { html.light #ggrid>a:hover {
background: #fff; background: #fff;
border-color: #ccc; border-color: #ccc;

View file

@ -12,7 +12,7 @@ html {
} }
#tt { #tt {
overflow: hidden; overflow: hidden;
margin-top: 1em; margin: .7em 0;
padding: 0 1.3em; padding: 0 1.3em;
height: 0; height: 0;
opacity: .1; opacity: .1;