fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-12-14 11:58 am

[dw-free] Revamp /update

[commit: http://hg.dwscoalition.org/dw-free/rev/24d27f7ccdfa]

http://bugs.dwscoalition.org/show_bug.cgi?id=2524

Bold the selected icon keyword.

Patch by [personal profile] fu.

Files modified:
  • htdocs/stc/jquery.iconselector.css
--------------------------------------------------------------------------------
diff -r 03f8855d8733 -r 24d27f7ccdfa htdocs/stc/jquery.iconselector.css
--- a/htdocs/stc/jquery.iconselector.css	Wed Dec 14 19:57:52 2011 +0800
+++ b/htdocs/stc/jquery.iconselector.css	Wed Dec 14 19:58:52 2011 +0800
@@ -84,8 +84,13 @@
 }
 
 .kwmenu .selected, #iconselector_icons_list .iconselector_selected {
-    border-width:1px;
-    border-style: solid;
+  border-width:1px;
+  border-style: solid;
+}
+
+.kwmenu .selected {
+  font-weight: bold;
+  border-width: 2px;
 }
 
 .iconselector_top {
--------------------------------------------------------------------------------