Closed bigs38 closed 6 years ago
Hi, would you have an example ? Base theme in usage, some CSS to be put in localfiles editor. Thanks
I use the theme Stripped and to increase the frame around pictures I put in the CSS tab in LocalFiles Editor :
.naf .thumbnailCategory .illustration img { border: solid 3px #FFFFFF;} .naf .thumbnailCategory .illustration img:hover { border: 3px solid #AAAAAA;}
same issue here. Piwigo 2.9.1 and 2.9.2 with a custom css in local/css/_theme.css or in local/css/rules.css
when I activate the plugin, the css is ignored, when I deactivate it, all return to normal.
test with themes stripped responsive and Sylvia
Thanks, I'll check what my be the cause
I looked into the generated combined css. I found that the last block from /BEGIN ./plugins/ShareAlbum/template/sharealbum_style.css /
.dropdown-menu > input{display:block;clear:both;font-weight:400;font-size:11px;line-height:1.42857143;color:#333;white-space:nowrap;
don't have a closing "}"
Thanks I'll fix it quickly! Le 20 déc. 2017 1:50 PM, Pascaloub notifications@github.com a écrit :I looked into the generated combined css. I found that the last block from /BEGIN ./plugins/ShareAlbum/template/sharealbum_style.css / .dropdown-menu > input{display:block;clear:both;font-weight:400;font-size:11px;line-height:1.42857143;color:#333;white-space:nowrap; don't have a closing "}"
—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or mute the thread.
Fixed, thanks to Pascaloub
great ! thxs 👍
Hi, When you activate the plugin, the custom style sheet in "LocalFiles Editor" seems to be totaly ignored.
Best.