aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.button.css
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-06-13 16:38:25 -0400
committerScott González <scott.gonzalez@gmail.com>2012-06-13 16:38:25 -0400
commit664777d0aa14381cb5c640be828ca12b9ce64efc (patch)
tree7bfee70d42a6e6351693e1214e6e2ebcd0461d9e /themes/base/jquery.ui.button.css
parent6d9c77a26857d8bb0c4ea742163b026325dbc8c1 (diff)
downloadjquery-ui-664777d0aa14381cb5c640be828ca12b9ce64efc.tar.gz
jquery-ui-664777d0aa14381cb5c640be828ca12b9ce64efc.zip
Theme: Remove !important from tabs and button styles. Fixes #8396 - Use of !important in jquery-ui.css should be avoided.
Diffstat (limited to 'themes/base/jquery.ui.button.css')
-rw-r--r--themes/base/jquery.ui.button.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.button.css b/themes/base/jquery.ui.button.css
index 87340658a..0f3eab474 100644
--- a/themes/base/jquery.ui.button.css
+++ b/themes/base/jquery.ui.button.css
@@ -7,7 +7,8 @@
*
* http://docs.jquery.com/UI/Button#theming
*/
-.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
+.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
+.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }