Advertisement
Joeytje50

Untitled

Mar 11th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. replace:
  2. .OptionWindow a {
  3. with:
  4. .OptionWindow .content > *, .OptionWindow a {
  5.  
  6. replace:
  7. .OptionWindow a:hover {
  8. with:
  9. .OptionWindow .content > *:hover, .OptionWindow a:hover {
  10.  
  11. add:
  12. .OptionWindow strong, .OptionWindow b, .OptionWindow, .OptionWindow * {font-weight:normal !important;}
  13. before:
  14. .OptionWindow .item {color:#FF9040;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement