/* You can type here any CSS rule recognized by GTK+. You can temporarily disable this custom CSS by clicking on the “Pause” button above. Changes are applied instantly and globally, for the whole application. */ .view{ color: #000; border-color: #FAFAFA; background-color: #FAFAFA;} .view:hover{ background-color:rgba(3, 202, 169, 0.6); color: #fff; } .view:selected { background-color: rgba(3, 202, 169, 0.6) }