I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 64039ee3 authored by zzz's avatar zzz
Browse files

button style

parent ce043943
No related branches found
No related tags found
No related merge requests found
...@@ -1209,6 +1209,20 @@ input.export:hover, input.export:focus { ...@@ -1209,6 +1209,20 @@ input.export:hover, input.export:focus {
background-size: 14px 14px, 100% 100%; 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 { input.reload {
background: #eee url(/themes/console/images/buttons/update.png) no-repeat 6px center; 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); background: url(/themes/console/images/buttons/update.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #efefff);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment