forked from AuroraMiddleware/gtk
8 lines
56 B
CSS
8 lines
56 B
CSS
|
:active {
|
||
|
color: blue;
|
||
|
}
|
||
|
|
||
|
:active * {
|
||
|
color: red;
|
||
|
}
|