diff options
Diffstat (limited to 'modules/gallery/css/upgrader.css')
-rw-r--r-- | modules/gallery/css/upgrader.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/css/upgrader.css b/modules/gallery/css/upgrader.css index 64e4ca07..97d00941 100644 --- a/modules/gallery/css/upgrader.css +++ b/modules/gallery/css/upgrader.css @@ -112,8 +112,8 @@ div#confirmation div { background: #eee; } -.gray_on_done { - opacity: <?= $done ? "0.5" : "1" ?>; +.muted { + opacity: 0.5; } pre { |