From: Joseph C. <tex...@us...> - 2005-06-02 11:26:48
|
Update of /cvsroot/popfile/engine/skins/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32269/skins/windows Modified Files: style.css Log Message: Update SmallDefault for 0.23. Minor changes to several other skins. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/windows/style.css,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** style.css 1 Jun 2005 10:45:32 -0000 1.10 --- style.css 2 Jun 2005 11:26:40 -0000 1.11 *************** *** 405,415 **** } ! .configBar .configBarTitle A, ! .configBar .configBarTitle A:hover { color: ButtonText; background-color: ThreeDFace; text-decoration: none; font-weight: normal; ! border-style: outset outset none; border-color: ActiveBorder; border-width: 2px; --- 405,415 ---- } ! .configBarTitle A, ! .configBarTitle A:hover { color: ButtonText; background-color: ThreeDFace; text-decoration: none; font-weight: normal; ! border-style: outset; border-color: ActiveBorder; border-width: 2px; *************** *** 419,424 **** padding-bottom: 2px; text-decoration: none; ! -moz-border-radius-topleft: 5px; ! -moz-border-radius-topright: 5px; } --- 419,430 ---- padding-bottom: 2px; text-decoration: none; ! -moz-border-radius: 5px; ! } ! ! .configBar .configBarTitle A, ! .configBar .configBarTitle A:hover { ! border-bottom: none; ! -moz-border-radius-bottomleft: 0; ! -moz-border-radius-bottomright: 0; } *************** *** 428,448 **** } - .configBarHidden .configBarTitle A, - .configBarHidden .configBarTitle A:hover { - color: ButtonText; - background-color: ThreeDFace; - text-decoration: none; - font-weight: normal; - border-style: outset; - border-color: ActiveBorder; - border-width: 2px; - padding-top: 1px; - padding-left: 5px; - padding-right: 5px; - padding-bottom: 2px; - text-decoration: none; - -moz-border-radius: 5px; - } - .configBarBody { border: 2px outset ActiveBorder; --- 434,437 ---- |