forked from I2P_Developers/i2p.i2p
button style
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user