]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Changed input.submit style
authorSarven Capadisli <csarven@status.net>
Sat, 5 Dec 2009 17:47:44 +0000 (18:47 +0100)
committerSarven Capadisli <csarven@status.net>
Sat, 5 Dec 2009 17:47:44 +0000 (18:47 +0100)
theme/base/images/illustrations/illu_pattern-01.png [new file with mode: 0644]
theme/default/css/display.css
theme/identica/css/display.css

diff --git a/theme/base/images/illustrations/illu_pattern-01.png b/theme/base/images/illustrations/illu_pattern-01.png
new file mode 100644 (file)
index 0000000..833309e
Binary files /dev/null and b/theme/base/images/illustrations/illu_pattern-01.png differ
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,
index d5a5d38dee6e6c885fa4bff25bc8e5606da54b3f..d65ea2ef639879c9774681fe8ec1abb5d1dc53ae 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,