1.dokuwiki .secedit.editbutton_section .btn_secedit button {
2    user-select: none;
3    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
4
5    &.selected {
6        box-shadow: none;
7
8        border-top-color: #a8a8a8;
9        border-left-color: #a8a8a8;
10        border-right-color: #cccccc;
11        border-bottom-color: #e4e4e4;
12
13        background:
14        linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 0.12em),
15        linear-gradient(180deg, rgb(173,173,173) 0%, rgb(222,222,222) 14%, rgb(240,240,240) 70%, rgb(255,255,255) 100%);
16    }
17}
18