diff --git a/installer/resources/themes/susidns/light/susidns.css b/installer/resources/themes/susidns/light/susidns.css index 61ffb16a2022c93a05659be30184baab16ea4532..bda8edc967c3a01751670f1982c290f640dc93a4 100644 --- a/installer/resources/themes/susidns/light/susidns.css +++ b/installer/resources/themes/susidns/light/susidns.css @@ -1209,6 +1209,20 @@ input.export:hover, input.export:focus { background-size: 14px 14px, 100% 100%; } +input.download { + background: #eee url(/themes/console/images/buttons/download.png) no-repeat 6px center; + background: url(/themes/console/images/buttons/download.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #efefff); + background-size: 14px 14px, 100% 100%; + padding: 5px 7px 5px 22px; + margin-top: 5px; +} + +input.download:hover, input.download:focus { + background: #fff url(/themes/console/images/buttons/download.png) no-repeat 6px center; + background: url(/themes/console/images/buttons/download.png) no-repeat 6px center, linear-gradient(to bottom, #eee, #fff); + background-size: 14px 14px, 100% 100%; +} + input.reload { background: #eee url(/themes/console/images/buttons/update.png) no-repeat 6px center; background: url(/themes/console/images/buttons/update.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #efefff);