feedback_simple.css in Feedback Simple 7
Same filename and directory in other branches
#feedback_simple a { cursor: pointer; display: block; overflow: hidden; position: fixed; text-decoration: none !important; z-index: 9999; } #feedback_simple img { border: none; } .feedback_simple-left { left: -2px; } .feedback_simple-right { right: -2px; }
File
feedback_simple.cssView source
- #feedback_simple a {
- cursor: pointer;
- display: block;
- overflow: hidden;
- position: fixed;
- text-decoration: none !important;
- z-index: 9999;
- }
-
- #feedback_simple img {
- border: none;
- }
-
- .feedback_simple-left {
- left: -2px;
- }
-
- .feedback_simple-right {
- right: -2px;
- }