PluginProbe
MaxButtons – Create buttons / 6.27
MaxButtons – Create buttons v6.27
6.23 6.24 6.25 6.26 6.26.1 6.27 6.28 6.3 6.4 6.5 6.6 6.7 6.8 6.9 7.0 7.1 7.1.1 7.1.2 7.1.3 7.10 7.11 7.13 7.13.1 7.13.2 7.13.3 All 100 releases
maxbuttons / assets / scss / _feedback.scss

_feedback.scss in MaxButtons – Create buttons 6.27, at assets/scss/_feedback.scss

39 lines 781 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #mbfeedback {
2 .link {
3 height: 25px;
4 width: 100px;
5 position: fixed;
6 top: 40%;
7 right: 0;
8 z-index: 1000;
9 transform: rotate(90deg);
10 -webkit-transform: rotate(90deg);
11 -moz-transform: rotate(90deg);
12 -o-transform: rotate(90deg);
13 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
14
15
16 a {
17 //display: block;
18 background: #ccc;
19 height: 25px;
20
21 width: 70px;
22 padding: 8px 16px;
23 color: #fff;
24 font-family: Arial, sans-serif;
25 font-size: 15px;
26 font-weight: bold;
27 text-decoration: none;
28 line-height: 15px;
29 border-bottom: solid 1px #333; border-left: solid 1px #333; border-right: solid 1px #fff;
30 &::hover {
31 background: #06c;
32 }
33 }
34 }
35
36
37 } // feedback
38
39