PluginProbe
LWS Tools / 2.6
LWS Tools v2.6
trunk 1.0 1.0.1 2.0 2.1 2.1.5 2.2 2.2.1 2.3 2.3.1 2.4 2.4.1 2.4.2 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5 2.6 2.6.1 2.6.1.5 2.6.2 2.6.3 2.6.4
lws-tools / css / lws_tools_support_css.css

lws_tools_support_css.css in LWS Tools 2.6, at css/lws_tools_support_css.css

32 lines 899 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .lws_support_element {
2 position: fixed;
3 right: 30px;
4 bottom: 50px;
5 background-color: #1d2327;
6 padding: 10px;
7 border-radius: 30px;
8 width: 30px;
9 height: 30px;
10 cursor: pointer;
11 }
12
13 .lws_tools_assistant_button {
14 z-index: 50;
15 position: fixed;
16 right: 36px;
17 bottom: 36px;
18 width: 56px;
19 height: 56px;
20 border: 2px solid #e2e8f0;
21 border-radius: 50%;
22 color-scheme: none;
23 background: #ffffff;
24 box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
25 align-content: center;
26 text-align: center;
27 cursor: pointer;
28 /* background: linear-gradient(to left top, transparent 45.5%, currentColor 47.5%, currentColor 52.5%, transparent 54.5%); */
29 }
30 .lws_tools_assistant_button.deactivated {
31 background: linear-gradient(to left top, #fff 45.5%, currentColor 47.5%, currentColor 52.5%, #fff 54.5%);
32 }