roundcube / elastic

Responsive theme for Roundcube Webmail
76 stars 29 forks source link

colour of buttons in managesieve filter edit #147

Closed johndoh closed 5 years ago

johndoh commented 6 years ago

I think this is a personal pref type thing hence the issue rather than PR. In the managesieve plugin the buttons for add/delete actions/rules are blue:

orig

there is also a blue outline around the cog and add buttons when they are focused.

imo the buttons should be grey. all the other buttons in Elastic are grey (toolbars etc), like this:

new

suggestion:

--- a/styles/widgets/forms.less
+++ b/styles/widgets/forms.less
@@ -65,10 +65,12 @@ input.smart-upload {
             line-height: 2.3rem;
             height: 2.3rem;
             font-size: 1rem;
+            box-shadow: none;

             &:before {
                 &:extend(.font-icon-class);
                 content: @fa-var-plus;
+                color: @color-font;

                 @media screen and (min-width: (@screen-width-bs-phone + 1px)) {
                     margin: 0;
alecpl commented 5 years ago

I wouldn't remove the focus indicator. And the color is indeed a personal pref. Wontfix.