diff options
author | Matt Friedman <maf675@gmail.com> | 2012-12-27 22:36:44 -0800 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-01-15 00:57:18 -0600 |
commit | ce1fca2332679def5884d82164037bedc7dc86ee (patch) | |
tree | 963fd0e921c3e9a82d3bf95ad83d49eddb5ec972 | |
parent | 918053e4781425f368261db3b55efbb6abad160d (diff) | |
download | forums-ce1fca2332679def5884d82164037bedc7dc86ee.tar forums-ce1fca2332679def5884d82164037bedc7dc86ee.tar.gz forums-ce1fca2332679def5884d82164037bedc7dc86ee.tar.bz2 forums-ce1fca2332679def5884d82164037bedc7dc86ee.tar.xz forums-ce1fca2332679def5884d82164037bedc7dc86ee.zip |
[ticket/11103] Clean up some notifications CSS
PHPBB3-11103
-rw-r--r-- | phpBB/styles/prosilver/theme/colours.css | 5 | ||||
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index a71d6ee557..bf4c7ba22a 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -1060,7 +1060,6 @@ input.disabled { #notification_list > .header, .notification_list > .footer { border-color: #B9B9B9; - border-bottom-color: #B9B9B9; color: #000000; } @@ -1074,8 +1073,8 @@ input.disabled { background: linear-gradient(to bottom, #F1F8FF 0%, #CADCEB 100%); } -.notification_list .pointer { - border-bottom-color: #ADADAD; +.notification_list .pointer { + border-bottom-color: #B9B9B9; } .notification_list .pointer_inner { diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 0f44b5f861..7f9431770a 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -742,9 +742,9 @@ p.rules a { } .notification_list .pointer, .notification_list .pointer_inner { - position: absolute; - width: 0; - height: 0; + position: absolute; + width: 0; + height: 0; border-top-width: 0; border-bottom: 10px solid; border-left: 10px dashed transparent; @@ -753,7 +753,7 @@ p.rules a { background: transparent; } -.notification_list .pointer { +.notification_list .pointer { right: auto; left: 10px; top: -11px; |