-
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
May be delete ui-corner-.. ? #2739
Comments
@johnfort The basic design of elFinder adopts it because it is rounded round. Please adjust it with CSS to change it. |
@nao-pon All rounds can be created through specific elfinder classes. |
Even assigning own class name will specify the same style as CSS in jQuery-UI, so you either need to overwrite the CSS in either case. I think that there is not much difference. ex.
or
|
@nao-pon You did not understand.
if i want use border-radius, i can use rule .elfinder-toolbar. p.s. Waiting for you to move "borders*, backgrounds, color" to elfinder.theme.css 👻 |
I will arrive at not using the "ui-*" class if I stick to your logic. That is because the boundary of what to eliminate is ambiguous. For example, margin, padding, display, etc. may be disturbing depending on theme. For now I think that theme.css is to define color. Please understand that applying the unique theme by overwriting it with the theme by jQuery-UI as a standard. On the other hand, if there is something that can not be dealt with by overwriting it should be rectified, please let me know if there is such a point. Also, elFinder was not thought about changing the theme at the beginning of development, so if we are going to start elFinder 3, I would like to have a structure that will become a separate CSS from logic and design. |
Colors in text and background as similar jquery-ui.structure/jquery-ui.theme. You use raster graphics, which is already outdated.
Need html layout of the main elements. For example, as in https://github.com/dimsemenov/PhotoSwipe |
@nao-pon You also need to add a script to style the scroll bars. |
@johnfort For toolbar I found that it is okay to delete "ui - corner - *". I will delete it. |
And remove CSS class "ui-corner-*" rel #2739 .
Again, I decided to revive the designation of "ui-corner-all" CSS class of toolbar. Instead, I'll remove "border-radius: 4px" from toolbar.css. The reason is that the designation of "ui-corner-all" is often used elsewhere, so removing it from toolbar has no meaning. There is the possibility of removing "ui-corner-*" in the future, but it is not now. ( 13c7a0e ) |
Than see L31 in elFinder/css/dialog.css
|
I will consider using jQuery-UI's CSS class in this next major version. |
In main container, toolbar, dialogs ?
The text was updated successfully, but these errors were encountered: