mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 04:10:27 +08:00
7 lines
148 B
CSS
Executable File
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";
|
|
}
|