This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeAdmin/web/public/js/pikaday.triangle.css
T
2020-07-22 09:59:40 +08:00

7 lines
148 B
CSS
Executable File

/**
* This theme is an example to show how you can add triangles to the dropdowns.
*/
.triangle-theme .pika-label:after {
content:" \25be";
}