Fixed toggle button ui updates

This commit is contained in:
2021-11-14 02:12:09 -06:00
parent 41a8d18c01
commit b302465322
5 changed files with 23 additions and 17 deletions

View File

@@ -1,34 +1,35 @@
/* Set fm to have transparent window */
* {
/* * {
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);
background-color: rgba(116, 0, 0, 0.65);
color: rgba(255, 255, 255, 0.5);
}
.view:selected,
.view:selected:hover {
box-shadow: inset 0 0 0 9999px rgba(15, 134, 13, 0.49);
color: rgba(255, 255, 255, 0.5);;
}
box-shadow: inset 0 0 0 9999px rgba(15, 134, 13, 0.49);
color: rgba(255, 255, 255, 0.5);;
} */
/* Rubberband coloring */
.rubberband,
/* .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);
border: 1px solid #6c6c6c;
background-color: rgba(21, 158, 167, 0.57);
}
XfdesktopIconView.view:active {
background-color: rgba(172, 102, 21, 1);
}
background-color: rgba(172, 102, 21, 1);
} */