uBlock/src/css/settings.css

36 lines
612 B
CSS
Raw Normal View History

2015-04-09 11:02:57 +02:00
ul {
padding-left: 1em;
}
ul#userSettings {
padding-left: 0;
}
li {
margin-top: 0.25em;
}
ul#userSettings,
ul#userSettings ul {
2015-04-09 11:02:57 +02:00
list-style-type: none;
}
ul#userSettings a.info {
color: #ccc;
}
ul#userSettings a.info:hover {
color: #444;
}
ul#userSettings .subgroup {
margin-top: 1em;
}
ul#userSettings .subgroup > span {
font-size: larger;
font-weight: bold;
}
2015-04-09 11:02:57 +02:00
#localData > ul > li {
margin-top: 1em;
}
#localData > ul > li > ul > li:nth-of-type(2) {
font-family: monospace;
}
#experimental-enabled {
margin-top: 1em;
}