Skip to content
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

css changes #1

Open
fabiocaccamo opened this issue Nov 6, 2015 · 2 comments
Open

css changes #1

fabiocaccamo opened this issue Nov 6, 2015 · 2 comments

Comments

@fabiocaccamo
Copy link

I was looking for a simple and nice ckeditor theme and I founded your one. Thanks :)

Here some overrides that I made to make it looks as below, if you like it feel free to implement the following changes in your theme.

schermata 2015-11-06 alle 12 40 52

.cke_inner, .cke_wysiwyg_frame {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.cke_top {
    background: #f6f6f6 !important;  
    border-top: none !important;

    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;

    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.cke_bottom {
    background: #f6f6f6 !important;
    border-top: 1px solid #efefef !important;

    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.cke_source {
    padding: 13px 15px !important;
    box-sizing: border-box !important;
}

a.cke_button_on {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: rgba(0,0,0,0.1) !important;
    border-radius: 4px !important;
}

PS: Why don't you submit your theme to the ckeditor team?

@fabiocaccamo fabiocaccamo changed the title Css css changes Nov 6, 2015
@Shine-neko
Copy link
Member

Hello @fabiocaccamo
Thank you for your feedback
You can make a pull request to submit your changes ?

@fabiocaccamo
Copy link
Author

Hi,
my css override has every change flagged as !important, it's not good code to send you a PR and at the moment I have not time to do it, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants