Free dark theme for EspoCRM adjusted by devcrm.it

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • emillod
    replied
    esforim i've changed searchbox and notification colors:
    Few fixes in css file. Among others changing color of searchbox field and popup notification. Install package is available here: http://devcrm.it/download/?file=28de5193-c016-4d5d-9411-fb710e979dff


    I think that i shouldn't change color of checkboxes. I think design should be for now delivered by browser

    Leave a comment:


  • emillod
    replied
    esforim you meant these checkboxes? https://i.imgur.com/wDdoCSm.png

    Leave a comment:


  • emillod
    replied
    esforim thank you for all your comments. I'll try to reproduce these problems and release new version today or tomorrow

    Leave a comment:


  • esforim
    replied
    Awesome! Using it at the moment.

    One thing I notice is the Task/Meeting reminder popup. It is white background so it not readable. I believe the CSS name is:
    Code:
    ##.popup-notification-primary.popup-notification-event.popup-notification
    Second pique that not so much concerning is the "Search" box, it same colour as the theme so it hard to differentiate that there is a Search box there. I know it there cause I been using EspoCRM for quite long now but other user might not notice a search box.

    ---

    Also noticed that email and other type of attachment during upload is not readable either.
    Highlight (checkbox in list view) - e.g. Contact > Checkbox to select a Contact.
    Last edited by esforim; 12-07-2020, 04:15 AM.

    Leave a comment:


  • emillod
    replied
    Hello guys!
    We've just released new version with few fixes for vertical view + we've also added horizontal view( esforim ).

    https://github.com/dubas-pro/ext-dar...ases/tag/0.0.3
    Click image for larger version

Name:	2020-12-04_08-49-25_872508-xC-679244_a67c3b804e703d.png
Views:	1431
Size:	51.7 KB
ID:	65234
    Thanks for all comments
    Attached Files
    Last edited by emillod; 12-04-2020, 07:50 AM.

    Leave a comment:


  • esforim
    commented on 's reply
    EEK! Can install yet?

  • emillod
    commented on 's reply
    Thank you very much! I'll release new version soon, i'll add this fix. Sometime i can miss something, sorry.

  • emillod
    replied
    esforim small followup
    Attached Files

    Leave a comment:


  • emillod
    replied
    Originally posted by espcrm
    This color scheme is nice. Looking forward to horizontal version (if ever)
    Yes, i think it's a good time to start thinking about horizontal version. Maybe i'll find some time to do so in next few days or weeks.

    Leave a comment:


  • esforim
    replied
    This color scheme is nice. Looking forward to horizontal version (if ever)

    Leave a comment:


  • Vinwoch
    replied
    Hello thanks for the topic, I had a problem with autocomplete-suggestions, the background was the same color as the letters, I solved it by placing these colors.

    Code:
     
    .autocomplete-suggestions {
    border: 1px solid #d1d5d6;
    background: #114957;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
    }.autocomplete-suggestions {
    border: 1px solid #d1d5d6;
    background: #114957;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
    }
    
    .autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden
    }
    
    .autocomplete-selected {
    background: #537898
    }
    
    .autocomplete-suggestions strong {
    font-weight: 400;
    color: #114957
    }
    
    .autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden
    }
    
    .autocomplete-selected {
    background: #537898
    }
    
    .autocomplete-suggestions strong {
    font-weight: 400;
    color: #114957
    }

    Leave a comment:


  • emillod
    started a topic Free dark theme for EspoCRM adjusted by devcrm.it

    Free dark theme for EspoCRM adjusted by devcrm.it

    Hello guys,
    today i want to share with you free dark theme prepared for EspoCRM 6.X.
    It's beta version, but it should work without problems. In few days i'll also release github repo + new version with adjusted login screen.

    You can check screenshon below!
    Download page: https://devcrm.it/dark-theme

    Let me know what you would change
    Attached Files
Working...