The Arcive of vBulletin Modifications Site. |
|
Round corners for Notices Details »»
|
|||||||||||||||||||||||||||||
Simple little mod that adds a radius to your notices. Simply add the following css to your additional.css and edit the radius to fit your needs.
NOTE: will not work on older browsers that don't support CSS3 Code:
.notices li {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Nice one, thanx
|
|
#3
|
|||
|
|||
|
thanx
|
|
#4
|
|||
|
|||
|
Works a treat thanks
|
|
#5
|
|||
|
|||
|
took about 1 1/2 minutes to install works perfectly. nice.
|
|
#6
|
|||
|
|||
|
A nice addition... thanks.
I take it the same would apply for Announcements? |
|
#7
|
|||
|
|||
|
not work on vission colision skin 4,1,9
|
|
#8
|
||||
|
||||
|
That worked great for me on 4.2pl3, cheers
|
|
#9
|
||||
|
||||
|
Have you tried to add it right at the top of the additional.css?.
|
![]() |
|
|