-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions about css #2724
Comments
Not actual ? |
Not actual ? |
@fortcms Please grep search in js directory about CSS class name. |
@nao-pon I searched and none results |
It is also used in the reload command.
"../../img/scripts/elfinder/toolbar.png" is not in the source of elFinder.
|
see line 1307
I do not understand what is the function there? I was looking at iphone |
U renamed class="elfinder-spinner" in js/commands/rm.js ))) Thanks |
I fond it in contextmenu.css L.232 This style uses for "Auto Reload" extra icon of reload command of contextmenu. /* for CSS style priority to ui-state-disabled - "background-image: none" */
.elfinder .elfinder-button-icon.ui-state-disabled {
background-image: url('../img/toolbar.png') !important;
} But /* for CSS style priority to ui-state-disabled - "background-image: none" */
.elfinder .elfinder-contextmenu-item .elfinder-button-icon.ui-state-disabled {
background-image: url('../img/toolbar.png');
}
OK, I'll change "elfinder-button-icon-accept" to "elfinder-button-icon-text". |
changed CSS class "elfinder-button-icon-accept" to "elfinder-button-icon-text" rel. #2724
@nao-pon U forgot about see elfinder.css L2482 |
@johnfort Thanks! 👍 |
@nao-pon There is a difference in .std42-dialog and .elfinder-dialog ? |
@johnfort It is before I participate in development, so I do not know the clear meaning. |
@nao-pon |
@johnfort In the case of long file names, that can not be helped. |
@nao-pon Plz, change places for elements. |
@nao-pon see L3076 /elfinder.css, property
not work in FireFox! Replace to word-break: break-all; |
@johnfort The quick look title bar does not break, the overflowed part is not displayed. It is a specification.
I'll fix it. Thanks! 👍 |
@nao-pon You do not hide long text in the dialog. But in the navigation dock you hide it. And the buttons should be not merge with the text.
best. Or u decide how even better for fix it. |
@johnfort Please make another Issue for different issues. |
@nao-pon Of course there is a problem with the function. In the style that I draw, it merges into one and for beauty I want to use dots. MS Edge ? I'll think about it... |
I want to use a icon not of "accept" in contextmenuToolbar.
Where else is used .elfinder-button-icon-accept ??
p.s. Do not close the topic. I will write more questions.
The text was updated successfully, but these errors were encountered: