Files
EdgeAdmin/web/public/js/pikaday.triangle.css

7 lines
148 B
CSS
Raw Normal View History

2020-07-22 09:59:40 +08:00
/**
* This theme is an example to show how you can add triangles to the dropdowns.
*/
.triangle-theme .pika-label:after {
content:" \25be";
}