diff options
author | Máté Bartus <mate.bartus@gmail.com> | 2018-05-13 13:13:38 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-11-21 13:44:21 +0100 |
commit | e39753083ddf702696747206abbf0916b9b0c904 (patch) | |
tree | fd66a98d1bfe82fb75911997b6d9c4aa283f7888 /phpBB/styles | |
parent | 3149b45ebafb42f347cb2b537c8fef2a51bd4783 (diff) | |
download | forums-e39753083ddf702696747206abbf0916b9b0c904.tar forums-e39753083ddf702696747206abbf0916b9b0c904.tar.gz forums-e39753083ddf702696747206abbf0916b9b0c904.tar.bz2 forums-e39753083ddf702696747206abbf0916b9b0c904.tar.xz forums-e39753083ddf702696747206abbf0916b9b0c904.zip |
[ticket/9837] Small fixes
PHPBB3-9837
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/theme/colours.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index d8ee4f73a7..c44b5cd37d 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -1162,6 +1162,6 @@ li.notification-reported strong, li.notification-disapproved strong { color: #ffffff; } -p.information { +.information { background-color: #b8d3e0; } |