mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
[ticket/13740] Front facing files and controllers
[ci skip] PHPBB3-13740
This commit is contained in:
@@ -1776,7 +1776,7 @@ li.pagination ul {
|
||||
|
||||
/* Action Highlighting
|
||||
---------------------------------------- */
|
||||
.successbox, .errorbox {
|
||||
.successbox, .errorbox, .warningbox {
|
||||
padding: 8px;
|
||||
margin: 10px 0;
|
||||
color: #FFFFFF;
|
||||
@@ -1800,6 +1800,10 @@ li.pagination ul {
|
||||
background-color: #BC2A4D;
|
||||
}
|
||||
|
||||
.warningbox {
|
||||
background-color: #fca600;
|
||||
}
|
||||
|
||||
.successbox h3, .errorbox h3 {
|
||||
color: #FFFFFF;
|
||||
margin: 0 0 0.5em;
|
||||
|
Reference in New Issue
Block a user