mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 12:37:14 +01:00
15 lines
278 B
CSS
15 lines
278 B
CSS
|
|
#real_sms_form #api-test{
|
|
text-decoration: underline;
|
|
}
|
|
#real_sms_form #api-test:hover{
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
#real_sms_form #api-test-result.api_fail{
|
|
color: firebrick;
|
|
}
|
|
#real_sms_form #api-test-result.api_success{
|
|
color: darkgreen;
|
|
}
|