Browse Source

Improve progressbar on new Firefox

pull/1076/head
Safihre 8 years ago
parent
commit
c9fbadd097
  1. 4
      interfaces/Glitter/templates/static/stylesheets/glitter.css

4
interfaces/Glitter/templates/static/stylesheets/glitter.css

@ -772,8 +772,8 @@ tr.queue-item>td:first-child>a {
line-height: 24px; line-height: 24px;
overflow: visible; overflow: visible;
margin-bottom: 0; margin-bottom: 0;
box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.3); -webkit-box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.2);
} }
.progress>span, .progress>span,

Loading…
Cancel
Save