summaryrefslogtreecommitdiffstats
path: root/css/settings.css
blob: 3970c5d01537e68d705927f35e77d9a6a8e764ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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;
}