SolarFM/src/versions/pyfm-0.0.1/PyFM/new/pyfm/resources/stylesheet.css

36 lines
721 B
CSS
Raw Normal View History

2021-10-10 06:45:55 +00:00
/* Set fm to have transparent window */
2021-11-14 08:12:09 +00:00
/* * {
2021-10-10 06:45:55 +00:00
background: rgba(0, 0, 0, 0.14);
2021-11-14 08:12:09 +00:00
color: rgba(255, 255, 255, 1);
2021-10-10 06:45:55 +00:00
}
* selection {
2021-11-14 08:12:09 +00:00
background-color: rgba(116, 0, 0, 0.65);
color: rgba(255, 255, 255, 0.5);
2021-10-10 06:45:55 +00:00
}
.view:selected,
.view:selected:hover {
2021-11-14 08:12:09 +00:00
box-shadow: inset 0 0 0 9999px rgba(15, 134, 13, 0.49);
color: rgba(255, 255, 255, 0.5);;
} */
2021-10-10 06:45:55 +00:00
/* Rubberband coloring */
2021-11-14 08:12:09 +00:00
/* .rubberband,
2021-10-10 06:45:55 +00:00
rubberband,
flowbox rubberband,
treeview.view rubberband,
.content-view rubberband,
.content-view .rubberband,
XfdesktopIconView.view .rubberband {
2021-11-14 08:12:09 +00:00
border: 1px solid #6c6c6c;
background-color: rgba(21, 158, 167, 0.57);
2021-10-10 06:45:55 +00:00
}
XfdesktopIconView.view:active {
2021-11-14 08:12:09 +00:00
background-color: rgba(172, 102, 21, 1);
} */