You are here

vud_comment.css in Vote Up/Down 6.3

Same filename and directory in other branches
  1. 6.2 vud_comment/vud_comment.css
  2. 7 vud_comment/vud_comment.css
div.vud-comment-dimmed {
  filter:alpha(opacity=50);
  -ms-filter:"alpha(opacity=50)";
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

div.vud-comment-dimmed:hover {
  filter:alpha(opacity=100);
  -ms-filter:"alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

File

vud_comment/vud_comment.css
View source
  1. div.vud-comment-dimmed {
  2. filter:alpha(opacity=50);
  3. -ms-filter:"alpha(opacity=50)";
  4. -moz-opacity:0.5;
  5. -khtml-opacity: 0.5;
  6. opacity: 0.5;
  7. }
  8. div.vud-comment-dimmed:hover {
  9. filter:alpha(opacity=100);
  10. -ms-filter:"alpha(opacity=100)";
  11. -moz-opacity: 1;
  12. -khtml-opacity: 1;
  13. opacity: 1;
  14. }