mirror of
https://github.com/kremalicious/Badged.git
synced 2024-11-29 07:26:21 +01:00
css only settings page submit button
This commit is contained in:
parent
5d89f5e03c
commit
0340f54cbe
@ -121,6 +121,25 @@
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#badgedoptions p.submit {
|
||||
background: #fcfcfc;
|
||||
padding: .7em .5em;
|
||||
border-top: 1px solid #f7f7f7;
|
||||
margin-top: 4em;
|
||||
margin-bottom: 3em;
|
||||
}
|
||||
|
||||
#badgedoptions input.button-primary {
|
||||
background: -webkit-linear-gradient(#298cba 0%, #227399 100%);
|
||||
background: -moz-linear-gradient(#298cba 0%, #227399 100%);
|
||||
background: -o-linear-gradient(#298cba 0%, #227399 100%);
|
||||
background: -ms-linear-gradient(#298cba 0%, #227399 100%);
|
||||
background: linear-gradient(#298cba 0%, #227399 100%);
|
||||
-webkit-box-shadow: 0 1px 0 #fff;
|
||||
-moz-box-shadow: 0 1px 0 #fff;
|
||||
box-shadow: 0 1px 0 #fff;
|
||||
}
|
||||
|
||||
@media
|
||||
only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
||||
only screen and ( min--moz-device-pixel-ratio: 1.5),
|
||||
|
Loading…
Reference in New Issue
Block a user