some tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-01-28 01:22:28 +03:00
parent 320290861b
commit 7551604d77
2 changed files with 13 additions and 3 deletions

View File

@ -164,9 +164,20 @@ body {
}
.browse-widget .list .keyboard-shortcut {
text-decoration: underline;
.keyboard-shortcut {
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 {

View File

@ -405,7 +405,6 @@
.browse-widget .list .item.heading.selected {
background: rgba(0, 0, 0, 0.7);
}
/* dark theme... */
.dark .browse-widget .list>.heading {
background: rgba(255, 255, 255, 0.1);