compass-web/v1/ods/ui/security/security.css
jiahuay afd2091e1c Add README
Change-Id: I8c9ba5a8815f3d95436845c50daf5ee23f8aeac0
2014-10-22 11:40:12 -07:00

15 lines
271 B
CSS

.error {
background-color: #FFE6E6;
border-color: red !important;
}
.errhint {
border: 1px solid red;
padding: 4px 8px;
background-color: white;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color: red;
font-weight: bold;
}