# lws-tools/2.6/css/lws_tools_support_css.css

LWS Tools, version 2.6. 32 lines.

- Page: https://pluginprobe.com/plugins/lws-tools/2.6/code/css/lws_tools_support_css.css
- Raw: https://pluginprobe.com/plugins/lws-tools/2.6/raw/css/lws_tools_support_css.css
- Modified: 2025-07-30T13:18:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/lws-tools/2.6/code/css/lws_tools_support_css.css#L10-L20`.

```css
.lws_support_element {
    position: fixed;
    right: 30px;
    bottom: 50px;
    background-color: #1d2327;
    padding: 10px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.lws_tools_assistant_button {
    z-index: 50;
    position: fixed;
    right: 36px;
    bottom: 36px;
    width: 56px;
    height: 56px;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    color-scheme: none;
    background: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    align-content: center;
    text-align: center;
    cursor: pointer;
    /* background: linear-gradient(to left top, transparent 45.5%, currentColor 47.5%, currentColor 52.5%, transparent 54.5%); */
}
.lws_tools_assistant_button.deactivated {
    background: linear-gradient(to left top, #fff 45.5%, currentColor 47.5%, currentColor 52.5%, #fff 54.5%);
}
```
