1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 22:27:12 +02:00
uBlock/src/css/whitelist.css

18 lines
292 B
CSS
Raw Normal View History

2014-10-07 14:59:35 +02:00
div > p:first-child {
margin-top: 0;
}
div > p:last-child {
margin-bottom: 0;
}
#whitelist {
2015-02-16 13:08:41 +01:00
box-sizing: border-box;
font-size: small;
2015-02-16 13:08:41 +01:00
height: 60vh;
2014-10-07 14:59:35 +02:00
text-align: left;
2015-02-16 13:08:41 +01:00
white-space: pre;
width: 100%;
2014-10-07 14:59:35 +02:00
}
#whitelist.bad {
background-color: #fee;
}