mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge pull request #7 from VSEphpbb/ticket/11103-tweaks
[ticket/11103] Rounded Corners and antialiased pointer
This commit is contained in:
commit
e4c37c159a
1 changed files with 3 additions and 1 deletions
|
@ -680,6 +680,7 @@ p.rules a {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
box-shadow: 3px 3px 5px darkgray;
|
box-shadow: 3px 3px 5px darkgray;
|
||||||
|
border-radius: 5px;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -709,6 +710,7 @@ p.rules a {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid;
|
||||||
|
border-radius: 5px 5px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#notification_list > .footer {
|
#notification_list > .footer {
|
||||||
|
@ -744,8 +746,8 @@ p.rules a {
|
||||||
border-bottom: 10px solid;
|
border-bottom: 10px solid;
|
||||||
border-left: 10px dashed transparent;
|
border-left: 10px dashed transparent;
|
||||||
border-right: 10px dashed transparent;
|
border-right: 10px dashed transparent;
|
||||||
|
-webkit-transform: rotate(360deg); /* better anti-aliasing in webkit */
|
||||||
display: block;
|
display: block;
|
||||||
background: transparent;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification_list .pointer {
|
.notification_list .pointer {
|
||||||
|
|
Loading…
Add table
Reference in a new issue