1
0
mirror of https://github.com/OpenXE-org/OpenXE.git synced 2025-02-17 15:00:10 +01:00

15 lines
278 B
CSS
Raw Normal View History

2021-05-21 08:49:41 +02:00
#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;
}