petitssuisses / piwigo-ShareAlbum

Share Album is a Piwigo plugin to enable private categories sharing via a public URL
17 stars 11 forks source link

Interaction with CSS in LocalFiles Editor #7

Closed bigs38 closed 6 years ago

bigs38 commented 6 years ago

Hi, When you activate the plugin, the custom style sheet in "LocalFiles Editor" seems to be totaly ignored.

Best.

petitssuisses commented 6 years ago

Hi, would you have an example ? Base theme in usage, some CSS to be put in localfiles editor. Thanks

bigs38 commented 6 years ago

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;}

Pascaloub commented 6 years ago

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

petitssuisses commented 6 years ago

Thanks, I'll check what my be the cause

Pascaloub commented 6 years ago

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 "}"

petitssuisses commented 6 years ago

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.

petitssuisses commented 6 years ago

Fixed, thanks to Pascaloub

Pascaloub commented 6 years ago

great ! thxs 👍