mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 09:29:45 +01:00
add .required
This commit is contained in:
parent
657aa635a9
commit
e70ec46f0b
@ -266,6 +266,7 @@ div.bbarea.small, .tbox.small, .tbox.helpbox.small { width: 250px !important; }
|
|||||||
.success { color: green; }
|
.success { color: green; }
|
||||||
.error { color: #FF0000 }
|
.error { color: #FF0000 }
|
||||||
.info {}
|
.info {}
|
||||||
|
.required { color:red }
|
||||||
|
|
||||||
/******** Tooltip info */
|
/******** Tooltip info */
|
||||||
.e-info {}
|
.e-info {}
|
||||||
|
@ -99,3 +99,4 @@ pre {
|
|||||||
.success { color: green; }
|
.success { color: green; }
|
||||||
.error { color: #FF0000 }
|
.error { color: #FF0000 }
|
||||||
.info {}
|
.info {}
|
||||||
|
.required { color:red }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user