mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
19 lines
373 B
CSS
19 lines
373 B
CSS
|
/*
|
||
|
backgrid-filter
|
||
|
http://github.com/wyuenho/backgrid
|
||
|
|
||
|
Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
|
||
|
Licensed under the MIT @license.
|
||
|
*/
|
||
|
|
||
|
.backgrid-filter .close {
|
||
|
display: inline-block;
|
||
|
float: none;
|
||
|
width: 20px;
|
||
|
height: 20px;
|
||
|
margin-top: -4px;
|
||
|
font-size: 20px;
|
||
|
line-height: 20px;
|
||
|
text-align: center;
|
||
|
vertical-align: text-top;
|
||
|
}
|