mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
some tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
320290861b
commit
7551604d77
@ -164,9 +164,20 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.browse-widget .list .keyboard-shortcut {
|
.keyboard-shortcut {
|
||||||
text-decoration: underline;
|
text-decoration: none !important;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.keyboard-shortcut:after {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
margin-top: -0.2em;
|
||||||
|
border-top: solid 0.1em silver;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.browse-widget.cloud-view .list .item {
|
.browse-widget.cloud-view .list .item {
|
||||||
|
|||||||
@ -405,7 +405,6 @@
|
|||||||
.browse-widget .list .item.heading.selected {
|
.browse-widget .list .item.heading.selected {
|
||||||
background: rgba(0, 0, 0, 0.7);
|
background: rgba(0, 0, 0, 0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* dark theme... */
|
/* dark theme... */
|
||||||
.dark .browse-widget .list>.heading {
|
.dark .browse-widget .list>.heading {
|
||||||
background: rgba(255, 255, 255, 0.1);
|
background: rgba(255, 255, 255, 0.1);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user