Python-With-Gtk-Template/user_config/usr/share/app_name/stylesheet.css

35 lines
668 B
CSS
Raw Normal View History

* {
/* background: rgba(0, 0, 0, 0.14); */
background: rgba(39, 43, 52, 0.24);
2022-01-23 23:02:41 +00:00
color: rgba(255, 255, 255, 1);
border: 2px solid rgba(0, 0, 0, 0.0);
2022-01-23 23:02:41 +00:00
}
.base-container {
margin: 10px;
2022-01-23 23:02:41 +00:00
}
/* * 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);
}
XfdesktopIconView.view:active {
background-color: rgba(172, 102, 21, 1);
} */