FINALLY nailed down and fixed a nasty specifity issue. Phew.
This commit is contained in:
parent
9348064432
commit
8c66b261d3
@ -557,8 +557,6 @@ input[type="submit"] {
|
||||
background-image: -o-linear-gradient(#63af64, #468847);
|
||||
background-image: linear-gradient(#63af64, #468847);
|
||||
border-color: #468847 #2f5c30 #182f18;
|
||||
color: #fafafa;
|
||||
text-shadow: #050505 0 1px 1px;
|
||||
}
|
||||
|
||||
.state_cancel,
|
||||
@ -571,8 +569,6 @@ input[type="reset"] {
|
||||
background-image: -o-linear-gradient(#cc7a79, #b94a48);
|
||||
background-image: linear-gradient(#cc7a79, #b94a48);
|
||||
border-color: #b94a48 #893634 #582322;
|
||||
color: #fafafa;
|
||||
text-shadow: #050505 0 1px 1px;
|
||||
}
|
||||
|
||||
.button_link:hover,
|
||||
@ -594,8 +590,6 @@ input[type="submit"]:hover {
|
||||
background-image: -moz-linear-gradient(#63af64, #519e52 1px, #3b723c);
|
||||
background-image: -o-linear-gradient(#63af64, #519e52 1px, #3b723c);
|
||||
background-image: linear-gradient(#63af64, #519e52 1px, #3b723c);
|
||||
color: #fafafa;
|
||||
text-shadow: #050505 0 1px 1px;
|
||||
}
|
||||
|
||||
.state_cancel:hover,
|
||||
@ -606,8 +600,6 @@ input[type="reset"]:hover {
|
||||
background-image: -moz-linear-gradient(#cc7a79, #c26260 1px, #a2403e);
|
||||
background-image: -o-linear-gradient(#cc7a79, #c26260 1px, #a2403e);
|
||||
background-image: linear-gradient(#cc7a79, #c26260 1px, #a2403e);
|
||||
color: #fafafa;
|
||||
text-shadow: #050505 0 1px 1px;
|
||||
}
|
||||
|
||||
.button_link:active,
|
||||
@ -633,8 +625,6 @@ input[type="submit"]:active {
|
||||
background-image: -o-linear-gradient(#63af64, #468847 1px, #519e52);
|
||||
background-image: linear-gradient(#63af64, #468847 1px, #519e52);
|
||||
border-color: #182f18 #2f5c30 #468847;
|
||||
color: #fafafa;
|
||||
text-shadow: #050505 0 1px 1px;
|
||||
}
|
||||
|
||||
.state_cancel:active,
|
||||
@ -645,6 +635,25 @@ input[type="reset"]:active {
|
||||
background-image: -o-linear-gradient(#cc7a79, #b94a48 1px, #c26260);
|
||||
background-image: linear-gradient(#cc7a79, #b94a48 1px, #c26260);
|
||||
border-color: #582322 #893634 #b94a48;color: #fafafa;
|
||||
}
|
||||
|
||||
a.button_link.state_submit,
|
||||
a.button_link.state_submit:visited,
|
||||
a.button_link.state_submit:hover,
|
||||
a.button_link.state_submit:focus,
|
||||
a.button_link.state_submit:active,
|
||||
a.button_link.state_cancel,
|
||||
a.button_link.state_cancel:visited,
|
||||
a.button_link.state_cancel:hover,
|
||||
a.button_link.state_cancel:focus,
|
||||
a.button_link.state_cancel:active,
|
||||
input[type="submit"],
|
||||
input[type="reset"],
|
||||
input[type="submit"]:hover,
|
||||
input[type="reset"]:hover,
|
||||
input[type="submit"]:focus,
|
||||
input[type="reset"]:focus {
|
||||
color: #fafafa;
|
||||
text-shadow: #050505 0 1px 1px;
|
||||
}
|
||||
|
||||
@ -846,15 +855,10 @@ a.button_link:focus,
|
||||
#template_options div>a:hover,
|
||||
#template_options div>a:focus,
|
||||
.button_link>span:before {
|
||||
/*color: #000;*/
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#template_options div>a,
|
||||
#template_options div>a:hover,
|
||||
#template_options div>a:focus,
|
||||
.button_link>span:before { color: #000; }
|
||||
|
||||
.button_link>span:before {
|
||||
margin-right: 0;
|
||||
width: auto;
|
||||
|
Loading…
x
Reference in New Issue
Block a user