#How to get rounded corners for panel in xfce

6 messages · Page 1 of 1 (latest)

jovial fable
#
.xfce4-panel {
    border-radius: 12px;
}

i want to get it only for the panel corners not for all widgets, how to fix

oak gate
#

Have you checked the XFCE documentation?

jovial fable
#

nah

#

or if i use

.xfce4-panel#XfcePanelWindow {
    border-radius: 12px;
    border: none;
    background-color: #00ffff;
}

rounded corner works but there are different backgrounds for some widgets

oak gate
#

make them one hex code