feedback_simple.css 277 B

1234567891011121314151617181920
  1. #feedback_simple a {
  2. cursor: pointer;
  3. display: block;
  4. overflow: hidden;
  5. position: fixed;
  6. text-decoration: none !important;
  7. z-index: 9999;
  8. }
  9. #feedback_simple img {
  10. border: none;
  11. }
  12. .feedback_simple-left {
  13. left: -2px;
  14. }
  15. .feedback_simple-right {
  16. right: -2px;
  17. }