EdddieN / machinon-domoticz_theme

GNU General Public License v3.0
46 stars 21 forks source link

Visual improvements in buttons (menu) #241

Closed chrislader closed 5 years ago

chrislader commented 5 years ago

Again not a big deal, but I find buttons in different styles throughout the theme.

Example: buttons in different menus are blue and black, while at other places it is blue with white (more apealing). Below at hardware:

image

The Z-wave menu:

image

I'd say lets make this theme the best ever!

davidlb commented 5 years ago

I don't have Zwave devices, can you give me CSS classes of the green button (Groups & Network)?

chrislader commented 5 years ago

Ah, that explains it. The entire menu is still in 'old style'. Here is one fix:

in custom.css, change: image

To:

.btn-warning{ background: none; border-color: #FF8C00; color: #FF8C00; border-radius: 1px;

This fixes the orange button.

and the green button is in bootstrap.css:

image

chrislader commented 5 years ago

Green button opens the following menu:

image

Menu is old style

DewGew commented 5 years ago

More visual improvement https://github.com/EdddieN/machinon-domoticz_theme/commit/1f1efc9f7c812d5861745979b565619faf87e837 and https://github.com/EdddieN/machinon-domoticz_theme/commit/026409d9b67f9c818cea706161e6379f479aabe3