diff options
Diffstat (limited to 'paper/bootstrap.css')
-rw-r--r-- | paper/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paper/bootstrap.css b/paper/bootstrap.css index 070cdf29..45e73447 100644 --- a/paper/bootstrap.css +++ b/paper/bootstrap.css @@ -7237,7 +7237,7 @@ input[type="checkbox"]:disabled:checked:after, } .progress-bar:last-child:before { display: block; - content: 'div::before'; + content: ""; position: absolute; width: 100%; height: 100%; |