button style

This commit is contained in:
zzz
2019-03-23 17:43:57 +00:00
parent ce043943d9
commit 64039ee3c2

View File

@@ -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);