mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 14:50:25 +08:00
7 lines
148 B
CSS
7 lines
148 B
CSS
|
|
/**
|
||
|
|
* This theme is an example to show how you can add triangles to the dropdowns.
|
||
|
|
*/
|
||
|
|
.triangle-theme .pika-label:after {
|
||
|
|
content:" \25be";
|
||
|
|
}
|