0
0
mirror of https://github.com/Doodle3D/doodle3d-connect.git synced 2024-07-01 02:41:21 +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,14 +74,30 @@ body.ui-mobile-viewport {
} }
} }
form .ui-input-btn { form {
background-color: #60ACF0; .ui-input-btn {
color: #fff; background-color: #60ACF0;
text-shadow: 0px 1px 0px rgb(92, 152, 198); color: #fff;
&:hover { text-shadow: 0px 1px 0px rgb(92, 152, 198);
background-color: #3F87D9; &:hover {
color: #fff; background-color: #3F87D9;
text-shadow: 0px 1px 0px rgb(92, 152, 198); color: #fff;
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;
}
} }
} }
} }