css3buttons - Commit 172a055f25e005c0a9bd20054b23b5ee16f57f7a

Removed :focus state from link buttons to fix issue in Firefox


Removed :focus state from link buttons to fix issue in Firefox


michenriksen committed .
May 1, 2011, 12:58 p.m.

Commit: 172a055
Parents: 2da6952
Tree: 172a055
Archive: 172a055
2 added 2 removed

stylesheets/css3buttons.css

 
 
 
 
.. 
3 
4 
5 
6 
7 
 
 
8 
9 
10 
 
 
 
 
.. 
3 
4 
5 
 
 
6 
7 
8 
9 
10 
diff --git a/stylesheets/css3buttons.css b/stylesheets/css3buttons.css
index 193be8b..1a7b9c6 100644
--- a/stylesheets/css3buttons.css
+++ b/stylesheets/css3buttons.css
@@ -3,8 +3,8 @@ button { margin-left: 0; margin-right: 0; *padding: 5px 5px 3px 5px; }
 a.button { -moz-user-select: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-user-select: none; -webkit-touch-callout: none;}
 button::-moz-focus-inner { border: 0; padding:0px; }
 a.button.primary, button.primary { font-weight: bold }
-a.button:focus, button:focus,
-a.button:hover, button:hover { color: #FFFFFF; border-color: #388AD4; text-decoration: none; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); background-position: 0 -40px; background-color: #2D7DC5; }
+button:focus,a.button:hover, 
+button:hover { color: #FFFFFF; border-color: #388AD4; text-decoration: none; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); background-position: 0 -40px; background-color: #2D7DC5; }
 a.button:active, button:active,
 a.button.active, button.active { background-position: 0 -81px; border-color: #347BBA; background-color: #0F5EA2; color: #FFFFFF; text-shadow: none; }
 a.button:active, button:active { top: 1px }

This project is currenty beta. We don't guarantee anything at the moment, especially no data availability (no backups) and no data security. But we try our best! ;-)
For more information visit brigittehq.com.