mirror of
https://github.com/a2nt/silverstripe-font-awesome.git
synced 2024-10-22 15:05:51 +00:00
18 lines
263 B
CSS
18 lines
263 B
CSS
|
/*.iconpicker-container:hover .iconpicker-popover.popover {
|
||
|
display: block !important;
|
||
|
}*/
|
||
|
|
||
|
/*
|
||
|
|
||
|
.iconpicker-item.iconpicker-selected {
|
||
|
color: #fff;
|
||
|
}*/
|
||
|
|
||
|
.iconpicker-input {
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
.iconpicker-popover.popover {
|
||
|
width: 100%;
|
||
|
}
|