WIP widget selection and cleanup

This commit is contained in:
2023-04-05 17:35:23 -05:00
parent d2b878722d
commit 4055076a44
12 changed files with 227 additions and 48 deletions

View File

@@ -55,32 +55,25 @@ notebook > header > tabs > tab:checked {
border: 2px solid rgba(255, 255, 255, 0.24);
}
/* * {
background: rgba(0, 0, 0, 0.14);
color: rgba(255, 255, 255, 1);
} */
/* * selection {
background-color: rgba(116, 0, 0, 0.65);
color: rgba(255, 255, 255, 0.5);
} */
/* Rubberband coloring */
/* .rubberband,
rubberband,
flowbox rubberband,
treeview.view rubberband,
.content-view rubberband,
.content-view .rubberband,
XfdesktopIconView.view .rubberband {
border: 1px solid #6c6c6c;
background-color: rgba(21, 158, 167, 0.57);
.sourceview > * {
background-color: rgba(0, 0, 0, 0.0);
}
XfdesktopIconView.view:active {
background-color: rgba(172, 102, 21, 1);
} */
.dynamic-header-widget {
margin-bottom: 5px;
}
.dynamic-widget {
border: 2px solid rgba(45, 45, 45, 0.84);
}
.label-widget:selected:hover {
background-color: rgba(0, 116, 0, 0.64);
}
.drag-area-title {
background-color: rgba(0, 0, 0, 0.0);
border-bottom: 2px solid rgba(255, 255, 255, 0.24);
}