mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 23:36:29 +02:00
Fixes #881 - Signup permission check issue. Corrected signup-text styling and signature styling.
This commit is contained in:
@@ -108,9 +108,9 @@ a.cpage-np.current { text-decoration: none; }
|
||||
/* message text (overall) */
|
||||
.warning { color: #FF6600 }
|
||||
.success { color: green; }
|
||||
.error { color: #FF0000 }
|
||||
.error { color: #A94442; }
|
||||
.info {}
|
||||
.required { color:red }
|
||||
.required { color:#A94442; }
|
||||
|
||||
/******** Tooltip info */
|
||||
.e-info {}
|
||||
|
Reference in New Issue
Block a user