Round corners for the quote tag like as here

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Round corners for the quote tag like as here

Post by Terr0r »

Dear people

How can I make round corners on the quote tag like as here

Greets Terr0r

Round corners for the quote tag like as here

Post by Solidjeuh »

open: styles\prosilver\theme\colours.css

Find:
Tip: This may be a partial find and not the whole line.

Code: Select all

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #EBEADD;
	background-image: url("{T_THEME_PATH}/images/quote.gif");
	border-color:#808080;
Add after:

Code: Select all

    border-radius:9px;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    /* Rounded border */
Screenshot:

Image