HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //snap/gtk-common-themes/current/share/themes/Radiance/gtk-3.20/apps/libreoffice.css
.libreoffice-toolbar {
    background-image: none;
    border: none;
    box-shadow: none;
}
.libreoffice-toolbar button:hover {
    background-image: -gtk-gradient (linear, left top, left bottom,
                                     from (shade (@focus_color, 1.5)),
                                     color-stop (0.5, shade (@focus_color, 1.33)),
                                     to (shade (@focus_color, 1.28)));
    border-image-source: url("assets/button-hover.png");
}
.libreoffice-toolbar button:active {
    background-image: -gtk-gradient (linear, left top, left bottom,
                                     from (shade (@selected_bg_color, 1.5)),
                                     color-stop (0.5, shade (@selected_bg_color, 1.33)),
                                     to (shade (@selected_bg_color, 1.28)));
    border-image-source: url("assets/button-active-hover.png");
}