From: <net...@us...> - 2010-11-07 09:51:07
|
Revision: 92 http://openautomation.svn.sourceforge.net/openautomation/?rev=92&view=rev Author: netzkind Date: 2010-11-07 09:51:00 +0000 (Sun, 07 Nov 2010) Log Message: ----------- "discreet": added highlight to unpressed button Modified Paths: -------------- CometVisu/trunk/visu/style_discreet.css Modified: CometVisu/trunk/visu/style_discreet.css =================================================================== --- CometVisu/trunk/visu/style_discreet.css 2010-11-06 23:29:03 UTC (rev 91) +++ CometVisu/trunk/visu/style_discreet.css 2010-11-07 09:51:00 UTC (rev 92) @@ -176,6 +176,8 @@ border-width: 1px 2px 2px 1px; border-color: #282828 #010101 #010101 #282828; margin-top: 0px; + background-color: #3A3A3A; + background-position: center +2px; } .switchUnpressed div, .switchPressed div { @@ -192,6 +194,7 @@ border-width: 2px 1px 1px 2px; border-color: #010101 #282828 #282828 #010101; margin-top: 1px; + background-position: center -2px; } .switchUnpressed div { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |