0
0
mirror of https://github.com/Doodle3D/doodle3d-connect.git synced 2024-06-30 18:31:22 +02:00

form warnings

This commit is contained in:
peteruithoven 2014-05-26 17:27:51 +02:00
parent c521cd4438
commit 36ff4e2f7d

View File

@ -74,7 +74,8 @@ body.ui-mobile-viewport {
}
}
form .ui-input-btn {
form {
.ui-input-btn {
background-color: #60ACF0;
color: #fff;
text-shadow: 0px 1px 0px rgb(92, 152, 198);
@ -84,6 +85,21 @@ body.ui-mobile-viewport {
text-shadow: 0px 1px 0px rgb(92, 152, 198);
}
}
.warning {
dispay: none;
display: none;
font-weight: normal;
&.off {
display: block;
}
}
.ui-checkbox-on .warning {
display: block;
&.off {
display: none;
}
}
}
}
/* Active button */
.ui-page-theme-a .ui-btn.ui-btn-active,