mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-14 02:50:13 -04:00
Don't show bg colors on success and info log messages in the log block shown on the dashboard
This commit is contained in:
@@ -399,6 +399,11 @@ tr.gWarning {
|
||||
background-color: #fcf9ce;
|
||||
}
|
||||
|
||||
#gLogEntries .gInfo,
|
||||
#gLogEntries .gSuccess {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/* Inline layout (forms, lists) ~~~~~~~~~~ */
|
||||
|
||||
.gShortForm li {
|
||||
|
||||
Reference in New Issue
Block a user