.xfce4-panel {
border-radius: 0px;
}
.xfce4-panel * {
font-size: 10px;
font-family: Verdana;
}
.tasklist .toggle {
color: #f8f8f2;
}
.tasklist .toggle:active {
}
.tasklist .toggle:checked {
color: #74c7ec;
background-color: #1e1e2e;
border-bottom: 2px solid #74c7ec;
}
.tasklist .toggle:hover {
color: #cdd6f4;
background-color: #585b70;
border-bottom: 2px solid #cdd6f4;
}
.csd menu,
.csd .menu,
.csd .context-menu {
border-radius: 0px;
}
.csd.popup decoration {
border-radius: 0px;
}
menu menuitem,
.menu menuitem,
.context-menu menuitem {
border-radius: 0px;
}