Page 1 of 1

problem with rule div.current

Posted: 23 Jan 2016, 18:45
by sebekpl
Hi,

Thank you for your extension phoca download.
I have a problem with the last version 3.1.0 for joomla 3x with the following rule:
div.current {
background: #ffffff none repeat scroll 0 0;
border: 1px solid #ccc;
clear: both;
padding: 10px;
}

This rule is apparently not only specific for phocadowload extension, it break the design of my menu template, please take a look at the following picture you will see a padding of 10px and a white background that you fixed {above} that change the design of the active link of my menu :(.

Image

Could you please change your code to fix it ?

Kind regards

Re: problem with rule div.current

Posted: 27 Jan 2016, 02:44
by Jan
Hi, try to modify:
media\com_phocadownload\css\main\phocadownload.css

FROM:
div.current
TO:

#phocadownload-pane div.current

and let me know if everything is OK after this change.

Jan