]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/default/css/display.css
Merge commit 'origin/0.9.x' into 0.9.x
[quix0rs-gnu-social.git] / theme / default / css / display.css
index ad64b4198f4e63ec11c03eaaf1ab4ae540886691..d11bbe15e3766348c45a3a4c469050f4f7e44ce5 100644 (file)
@@ -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,