Changed input.submit style
This commit is contained in:
parent
9349d823ee
commit
c9fcd73798
BIN
theme/base/images/illustrations/illu_pattern-01.png
Normal file
BIN
theme/base/images/illustrations/illu_pattern-01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 538 B |
|
@ -55,7 +55,6 @@ border-color:#DDDDDD;
|
|||
background:none;
|
||||
}
|
||||
|
||||
input.submit,
|
||||
.form_notice.warning #notice_text-count,
|
||||
.form_settings .form_note,
|
||||
.entity_remote_subscribe,
|
||||
|
@ -92,6 +91,27 @@ input.submit,
|
|||
.entity_actions .form_notice input.submit {
|
||||
color:#FFFFFF;
|
||||
}
|
||||
input.submit {
|
||||
background:#AAAAAA url(../../base/images/illustrations/illu_pattern-01.png) 0 0 repeat-x;
|
||||
text-shadow:0 1px 0 #FFFFFF;
|
||||
color:#000000;
|
||||
border-color:#AAAAAA;
|
||||
border-top-color:#CCCCCC;
|
||||
border-left-color:#CCCCCC;
|
||||
}
|
||||
input.submit:hover {
|
||||
background-position:0 -5px;
|
||||
}
|
||||
input.submit:focus {
|
||||
background-position:0 -15px;
|
||||
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
|
||||
-moz-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,
|
||||
|
|
|
@ -55,7 +55,6 @@ border-color:#DDDDDD;
|
|||
background:none;
|
||||
}
|
||||
|
||||
input.submit,
|
||||
.form_notice.warning #notice_text-count,
|
||||
.form_settings .form_note,
|
||||
.entity_remote_subscribe,
|
||||
|
@ -92,6 +91,27 @@ input.submit,
|
|||
.entity_actions .form_notice input.submit {
|
||||
color:#FFFFFF;
|
||||
}
|
||||
input.submit {
|
||||
background:#AAAAAA url(../../base/images/illustrations/illu_pattern-01.png) 0 0 repeat-x;
|
||||
text-shadow:0 1px 0 #FFFFFF;
|
||||
color:#000000;
|
||||
border-color:#AAAAAA;
|
||||
border-top-color:#CCCCCC;
|
||||
border-left-color:#CCCCCC;
|
||||
}
|
||||
input.submit:hover {
|
||||
background-position:0 -5px;
|
||||
}
|
||||
input.submit:focus {
|
||||
background-position:0 -15px;
|
||||
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
|
||||
-moz-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