summaryrefslogtreecommitdiffstats
path: root/css/settings.css
blob: acf4d049887a59722b3a43f95455f0e40ee13fe1 (plain)
1
2
3
4
5
6
7
8
9
10
#app-settings input[type=file] {
	opacity:0;
	z-index:1001;
	width:0;
	height:0;
}

#app-settings .opened:hover {
	background-color: transparent !important;
}