Advertisement
Joeytje50

Untitled

Mar 10th, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. replace:
  2. .OptionWindow a {
  3. with:
  4. .OptionWindow > * {
  5.  
  6. replace:
  7. .OptionWindow a:hover {
  8. with:
  9. .OptionWindow > *: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