aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/common.css
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2013-01-31 10:34:39 -0800
committerMatt Friedman <maf675@gmail.com>2013-01-31 10:34:39 -0800
commit006662a03fc159998093fa4d2c3e615d4980ebd3 (patch)
tree48306c102f3eafa801b36a90d59cf39cbe877cf9 /phpBB/styles/prosilver/theme/common.css
parentb567e0963099b911e0d1d7b262c777a6969aad1f (diff)
downloadforums-006662a03fc159998093fa4d2c3e615d4980ebd3.tar
forums-006662a03fc159998093fa4d2c3e615d4980ebd3.tar.gz
forums-006662a03fc159998093fa4d2c3e615d4980ebd3.tar.bz2
forums-006662a03fc159998093fa4d2c3e615d4980ebd3.tar.xz
forums-006662a03fc159998093fa4d2c3e615d4980ebd3.zip
[ticket/11103] Rounded Corners and antialiased pointer
PHPBB3-11103
Diffstat (limited to 'phpBB/styles/prosilver/theme/common.css')
-rw-r--r--phpBB/styles/prosilver/theme/common.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index aa1a64455f..6c78195457 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -680,6 +680,7 @@ p.rules a {
z-index: 1;
border: 1px solid;
box-shadow: 3px 3px 5px darkgray;
+ border-radius: 5px;
margin-top: 8px;
}
@@ -709,6 +710,7 @@ p.rules a {
text-transform: uppercase;
line-height: 30px;
border-bottom: 1px solid;
+ border-radius: 5px 5px 0 0;
}
#notification_list > .footer {
@@ -744,8 +746,8 @@ p.rules a {
border-bottom: 10px solid;
border-left: 10px dashed transparent;
border-right: 10px dashed transparent;
+ -webkit-transform: rotate(360deg); /* better anti-aliasing in webkit */
display: block;
- background: transparent;
}
.notification_list .pointer {