Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Phoca Download - download manager
Benno
Phoca Hero
Posts: 9611 Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:
Post
by Benno » 18 Jan 2016, 01:14
Hi,
http://www.rojteatern.nu/nysite15/media ... wnload.css
Line 45
Change:
Code: Select all
.phocadownloadcategory32 {
background: #fdfdfd url("../images/icon-category-32.png") no-repeat scroll 5px center;
border: 1px solid #cccccc;
margin: 5px;
padding: 10px 10px 10px 40px;
}
To:
Code: Select all
.phocadownloadcategory32 {
background: #dd9b46 url("../images/icon-category-32.png") no-repeat scroll 5px center;
margin: 5px;
padding: 10px 10px 10px 40px;
}
Kind regards,
Benno
dsimonse
Phoca Member
Posts: 36 Joined: 11 Nov 2013, 00:52
Post
by dsimonse » 19 Jan 2016, 00:52
Hi Benno!
I put the style in the file custom.css instead so I don't have to change everytime I install a upgrade:
/*
Phoca Download plugin
*/
.phocadownloadcategory32 {
background: transparent url(/nysite15/media/plg_content_phocadownload/images/icon-category-32.png) 5px center no-repeat;
border: 0px none ;
margin:5px;
padding: 10px 10px 10px 40px;
}
//Dennis
Benno
Phoca Hero
Posts: 9611 Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:
Post
by Benno » 19 Jan 2016, 00:56
Ok.
Kind regards,
Benno
dsimonse
Phoca Member
Posts: 36 Joined: 11 Nov 2013, 00:52
Post
by dsimonse » 19 Jan 2016, 02:05
Thanks for the great support!
//Dennis
Benno
Phoca Hero
Posts: 9611 Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:
Post
by Benno » 19 Jan 2016, 11:10
You're welcome!
Kind regards,
Benno