Updated entity_action form input styles
This commit is contained in:
parent
1e166e1bc4
commit
b2a16407ca
|
@ -686,7 +686,8 @@ border-radius:4px;
|
|||
.entity_actions a,
|
||||
.entity_actions input,
|
||||
.entity_actions p {
|
||||
border:0;
|
||||
border-width:2px;
|
||||
border-style:solid;
|
||||
padding-left:23px;
|
||||
}
|
||||
|
||||
|
|
|
@ -87,11 +87,15 @@ input:focus, textarea:focus, select:focus,
|
|||
border-color:#9BB43E;
|
||||
}
|
||||
input.submit,
|
||||
.entity_remote_subscribe,
|
||||
.entity_actions .form_notice input.submit {
|
||||
.entity_remote_subscribe {
|
||||
color:#FFFFFF;
|
||||
}
|
||||
input.submit {
|
||||
.entity_actions input.submit {
|
||||
border-color:transparent;
|
||||
text-shadow:none;
|
||||
}
|
||||
input.submit,
|
||||
.form_notice input.submit {
|
||||
background:#AAAAAA url(../../base/images/illustrations/illu_pattern-01.png) 0 0 repeat-x;
|
||||
text-shadow:0 1px 0 #FFFFFF;
|
||||
color:#000000;
|
||||
|
@ -109,9 +113,6 @@ box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
|
|||
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
|
||||
text-shadow:none;
|
||||
}
|
||||
.entity_actions input.submit {
|
||||
text-shadow:none;
|
||||
}
|
||||
|
||||
a,
|
||||
.form_settings input.form_action-primary,
|
||||
|
|
|
@ -87,11 +87,15 @@ input:focus, textarea:focus, select:focus,
|
|||
border-color:#9BB43E;
|
||||
}
|
||||
input.submit,
|
||||
.entity_remote_subscribe,
|
||||
.entity_actions .form_notice input.submit {
|
||||
.entity_remote_subscribe {
|
||||
color:#FFFFFF;
|
||||
}
|
||||
input.submit {
|
||||
.entity_actions input.submit {
|
||||
border-color:transparent;
|
||||
text-shadow:none;
|
||||
}
|
||||
input.submit,
|
||||
.form_notice input.submit {
|
||||
background:#AAAAAA url(../../base/images/illustrations/illu_pattern-01.png) 0 0 repeat-x;
|
||||
text-shadow:0 1px 0 #FFFFFF;
|
||||
color:#000000;
|
||||
|
@ -109,9 +113,6 @@ box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
|
|||
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
|
||||
text-shadow:none;
|
||||
}
|
||||
.entity_actions input.submit {
|
||||
text-shadow:none;
|
||||
}
|
||||
|
||||
a,
|
||||
.form_settings input.form_action-primary,
|
||||
|
|
Loading…
Reference in New Issue
Block a user