- Posts: 29
- Thank you received: 0
Remove filter border
13 Feb 2013 14:01 - 13 Feb 2013 14:02 #3077
by Martini
Remove filter border was created by Martini
Hi again,
I'm trying to remove the border around the filter-fieldset (in a sermonspeaker specific css):
But this change doesn' work.
There is still used a css-command of my template:
In Firebug there is also no override of my custom css-code shown, like my modifications wouldn't exist (I have checked the referenced css-file: Modification is online and other of the file are in use)
IS there any mistake in my logic of css-overriding?
PS: Thank you for the 'filter-reset' option
I'm trying to remove the border around the filter-fieldset (in a sermonspeaker specific css):
Code:
#adminForm fieldset.filters {
border: none;
}
But this change doesn' work.
There is still used a css-command of my template:
Code:
fieldset {
border: 1px solid #ccc;
}
In Firebug there is also no override of my custom css-code shown, like my modifications wouldn't exist (I have checked the referenced css-file: Modification is online and other of the file are in use)
IS there any mistake in my logic of css-overriding?
PS: Thank you for the 'filter-reset' option
Last edit: 13 Feb 2013 14:02 by Martini.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
13 Feb 2013 14:25 #3078
by Thomas Hunziker
Replied by Thomas Hunziker on topic Remove filter border
I don't see anything wrong.
One issue could be related to caching, either in Joomla, the server or your browser.
Also make sure you did add the rule in a file that is actually loaded. Especially in Joomla 3.x SermonSpeaker doesn't always load a custom CSS file. I tried to go as much as possible with Bootstrap markup. It only uses a CSS file if the player is loaded and one for the frontend editing.
If that doesn't help, I'd need an URL where I can have a look
One issue could be related to caching, either in Joomla, the server or your browser.
Also make sure you did add the rule in a file that is actually loaded. Especially in Joomla 3.x SermonSpeaker doesn't always load a custom CSS file. I tried to go as much as possible with Bootstrap markup. It only uses a CSS file if the player is loaded and one for the frontend editing.
If that doesn't help, I'd need an URL where I can have a look
Please Log in or Create an account to join the conversation.
13 Feb 2013 14:47 #3079
by Martini
Me too
It's a Joomla 2.5 site and the customized css file is found definitely.
Take a look at the formating of the filter label 'Titel durchsuchen'
Link is here
Thank you very much for your help
Replied by Martini on topic Remove filter border
Thomas Hunziker wrote: I don't see anything wrong.
Me too
It's a Joomla 2.5 site and the customized css file is found definitely.
Take a look at the formating of the filter label 'Titel durchsuchen'
Link is here
Thank you very much for your help
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
13 Feb 2013 15:43 - 13 Feb 2013 15:43 #3080
by Thomas Hunziker
Replied by Thomas Hunziker on topic Remove filter border
Hallo Martini
Ich denke wir können auch in deutsch weiterplaudern.
Das Problem ist vermutlich dass du in der CSS Datei ein "<!--[if lte IE 8]>" drin hast. Das braucht man normalerweise um ein Stylesheet zu laden (also im HTML <head>), nicht in der CSS Datei selber.
Ich vermute mal der Browser stoppt da infolge Syntaxfehler und verarbeitet die folgenden Regeln gar nicht mehr.
Versuch mal den Teil rauszunehmen und guck obs dann geht.
Ich denke wir können auch in deutsch weiterplaudern.
Das Problem ist vermutlich dass du in der CSS Datei ein "<!--[if lte IE 8]>" drin hast. Das braucht man normalerweise um ein Stylesheet zu laden (also im HTML <head>), nicht in der CSS Datei selber.
Ich vermute mal der Browser stoppt da infolge Syntaxfehler und verarbeitet die folgenden Regeln gar nicht mehr.
Versuch mal den Teil rauszunehmen und guck obs dann geht.
Last edit: 13 Feb 2013 15:43 by Thomas Hunziker.
Please Log in or Create an account to join the conversation.
13 Feb 2013 18:10 #3083
by Martini
Replied by Martini on topic Remove filter border
Danke !!
Das wars
Das wars
Please Log in or Create an account to join the conversation.
Time to create page: 0.113 seconds