diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2016-06-01 11:31:41 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-06-06 11:34:52 -0400 |
commit | abc2a755f97689145de81000534cca138736a539 (patch) | |
tree | a077a52433a2e3f974deb7d4355f314c74c70966 /themes | |
parent | b7d0c701c79c751f80e2f4058f7a4c3a17262815 (diff) | |
download | jquery-ui-abc2a755f97689145de81000534cca138736a539.tar.gz jquery-ui-abc2a755f97689145de81000534cca138736a539.zip |
Checkboxradio: Use new `ui-state-checked` class in checkboxradio
Using `ui-state-highlight` caused a conflict with dialog
Fixes #14955
Closes gh-1712
Closes gh-1704
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/theme.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/base/theme.css b/themes/base/theme.css index acac7cc04..e0ca09acc 100644 --- a/themes/base/theme.css +++ b/themes/base/theme.css @@ -137,6 +137,10 @@ a.ui-button:active, background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/; color: #777620/*{fcHighlight}*/; } +.ui-state-checked { + border: 1px solid #dad55e/*{borderColorHighlight}*/; + background: #fffa90/*{bgColorHighlight}*/; +} .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { |