View Full Version : Mini Mods - Round corners for Notices
Scalemotorcars
07-30-2011, 10:00 PM
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
.notices li {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
BlueCheri
08-01-2011, 03:00 PM
Nice one, thanx
bskr84
08-23-2011, 07:22 AM
thanx
EasyEazy
09-23-2011, 05:49 PM
Works a treat thanks
preemz10314
09-25-2011, 09:16 PM
took about 1 1/2 minutes to install works perfectly. nice.
spillage
12-18-2011, 08:52 PM
A nice addition... thanks.
I take it the same would apply for Announcements?
ellinofatsa
12-29-2011, 05:47 AM
not work on vission colision skin 4,1,9
Toorak Times
03-12-2013, 05:10 PM
That worked great for me on 4.2pl3, cheers
synseal
03-12-2013, 11:20 PM
not work on vission colision skin 4,1,9
Have you tried to add it right at the top of the additional.css?.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.