aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2016-10-04 11:19:49 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2016-10-04 11:29:17 -0400
commit1b0e947f46bc1261b15816f2dcbd239d83a86335 (patch)
treeaff5fe933ecd929484bfaad5aa02fb8e8e98ef60 /themes
parentdde9b83df61d1d676e66cb2a2f7970dd44a05137 (diff)
downloadjquery-ui-1b0e947f46bc1261b15816f2dcbd239d83a86335.tar.gz
jquery-ui-1b0e947f46bc1261b15816f2dcbd239d83a86335.zip
Theme: Removes css for ui-state-checked its not used any more
Also updates checkbox icon border color to go with background color Ref jquery/download.jqueryui.com#335 Fixes #15059 Closes gh-1753
Diffstat (limited to 'themes')
-rw-r--r--themes/base/theme.css9
1 files changed, 2 insertions, 7 deletions
diff --git a/themes/base/theme.css b/themes/base/theme.css
index a1c3c3cd6..bb097bf29 100644
--- a/themes/base/theme.css
+++ b/themes/base/theme.css
@@ -116,9 +116,8 @@ a.ui-button:active,
font-weight: normal/*{fwDefault}*/;
color: #ffffff/*{fcActive}*/;
}
-.ui-icon-background,
-.ui-state-active .ui-icon-background {
- border: #003eff/*{borderColorActive}*/;
+.ui-icon-background {
+ border: #dddddd/*{borderColorContent}*/;
background-color: #ffffff/*{bgColorContent}*/;
}
.ui-state-active a,
@@ -137,10 +136,6 @@ 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 {