1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-30 06:37:10 +02:00
uBlock/src/css/common.css

21 lines
413 B
CSS
Raw Normal View History

2014-06-24 00:42:43 +02:00
@font-face {
font-family: 'FontAwesome';
font-weight: normal;
font-style: normal;
2015-03-31 15:25:39 +02:00
src: url('fonts/fontawesome-webfont.ttf') format('truetype');
}
2014-06-24 00:42:43 +02:00
.fa {
2015-03-31 15:25:39 +02:00
display: inline-block;
2014-06-24 00:42:43 +02:00
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
vertical-align: baseline;
}
2014-08-24 16:04:22 +02:00
.hiddenFileInput {
visibility: hidden;
width: 0;
height: 0;
}