diff --git a/css/style.css b/css/style.css index 5c8d1d2d0..0d4425613 100644 --- a/css/style.css +++ b/css/style.css @@ -1381,6 +1381,7 @@ position: absolute; opacity: 0.4; cursor: inherit; + pointer-events: none; } #uv_dialog_toolbar { clear: both; @@ -1561,7 +1562,6 @@ width: 100%; min-height: 34px; padding-left: 6px; - border-bottom: 2px solid var(--color-border); } #settings h3 > i { margin-top: 5px; @@ -1618,7 +1618,6 @@ } #settingslist > li { padding-left: 6px; - border-bottom: 2px solid var(--color-border); } #settingslist li li { padding-top: 7px; diff --git a/index.html b/index.html index d6af961b2..d7054471e 100644 --- a/index.html +++ b/index.html @@ -144,7 +144,7 @@

dialog.toolbar_edit.title

  • - +
    {{item.name + (BARS.condition(item.condition) ? '' : ' (' + tl('dialog.toolbar_edit.hidden') + ')' )}}
  • @@ -159,7 +159,7 @@

    dialog.toolbar_edit.title