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

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


#app-settings-content {
	padding-bottom: 25px;
}