diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-16 01:48:03 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-10-08 14:02:57 -0400 |
commit | 197061be5645fd3e9b521e63ecbd13630612d8c7 (patch) | |
tree | 861f044d084b49909db44b114be279ebfd6c9387 /themes | |
parent | c5d6ea4baae74f54ab5f44239e9239a61a5f0ce9 (diff) | |
download | jquery-ui-197061be5645fd3e9b521e63ecbd13630612d8c7.tar.gz jquery-ui-197061be5645fd3e9b521e63ecbd13630612d8c7.zip |
Button: address review comments
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/button.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/button.css b/themes/base/button.css index 599b5ea6a..4a3a57d48 100644 --- a/themes/base/button.css +++ b/themes/base/button.css @@ -74,7 +74,7 @@ input.ui-button.ui-icon-notext .ui-icon { } /* workarounds */ -/* Support: FireFox >= 4 */ +/* Support: Firefox 5 - 40 */ input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner { border: 0; |