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

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

.opml-icon {
	background-image: url('%appswebroot%/news/img/opml-icon.svg');
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 28px;
	padding-right: 10px;
}

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