flat-blue - new metro look theme
Moderator: leecollings
Re: flat-blue - new metro look theme
If looks ok but why you dont add it to official Domoticz ?
-
- Posts: 73
- Joined: Friday 09 October 2015 19:14
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: flat-blue - new metro look theme
never thought about it till now
Re: flat-blue - new metro look theme
Good option to think about it Thanks for very good theme
Re: flat-blue - new metro look theme
I found a small bugs and have suggestion to change color size on desktop as show on screen or white and blue split in half equally.
I test in chrome web browser Oversize dimmer-change to smaller(short)
I test in chrome web browser Oversize dimmer-change to smaller(short)
Re: flat-blue - new metro look theme
Underline under tabs in settings should be black
And text on diagram shoukld be darker. Is too light
And text on diagram shoukld be darker. Is too light
Re: flat-blue - new metro look theme
Fields which user can edit should be white but fields which can not be edited shoud be darker. Color rows in table also should be white and color background. Looks better than light blue... and seemd that will be lighter.
Look on screen Sorry for my image but i edites it in fast time in Paint
Look on screen Sorry for my image but i edites it in fast time in Paint
Re: flat-blue - new metro look theme
Hi
I done some changes in theme and add pull request on your gihub
I done some changes in theme and add pull request on your gihub
Re: flat-blue - new metro look theme
What do you think abou add icon for submenu ? If you accept i can send you pull request
-
- Posts: 73
- Joined: Friday 09 October 2015 19:14
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: flat-blue - new metro look theme
I appreciate the effort and time you've put into this.
Unfortunately I can't accept all the changes as some doesn't seem to add up to the overall look of this theme. The general idea is to keep it clean and simple: the use of blacks and too many icons simple go against that.
I've made a few changes myself, feel free to try them out
Unfortunately I can't accept all the changes as some doesn't seem to add up to the overall look of this theme. The general idea is to keep it clean and simple: the use of blacks and too many icons simple go against that.
I've made a few changes myself, feel free to try them out
Re: flat-blue - new metro look theme
But can i use your theme as base to my new theme with my future which you dont want add ?
-
- Posts: 73
- Joined: Friday 09 October 2015 19:14
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: flat-blue - new metro look theme
Sure, no problem!
Re: flat-blue - new metro look theme
Ok thanks. When infinish i also share my theme but again very thanks for good job
Re: flat-blue - new metro look theme
SchattenMann i have a question. Did you know how resolve problem when sensor timeout in default theme show on tab in red color. On your theme is not show as red color. Show as normal sensor which should work ok. But should be show in red color.
-
- Posts: 73
- Joined: Friday 09 October 2015 19:14
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: flat-blue - new metro look theme
Yeah that's one of the things I wanted to fix but not sure I can be done.
Problem is the "red colour" is hard coded on the widget instead of being a proper class. Not sure why it's done this way as it makes no sense to me but there's a lot of "in-line" CSS in domoticz...
Unless someone changes this to proper CSS class then this will be a PITA to fix
Problem is the "red colour" is hard coded on the widget instead of being a proper class. Not sure why it's done this way as it makes no sense to me but there's a lot of "in-line" CSS in domoticz...
Unless someone changes this to proper CSS class then this will be a PITA to fix
Re: flat-blue - new metro look theme
If you find solution please send me
Second question is did you know how add to menu CHECK UPDATE icon as i add to other items in menu. I add for other by add to css example:
but for update is no string example . Sorry for my question but i am begginer in CSS.
Second question is did you know how add to menu CHECK UPDATE icon as i add to other items in menu. I add for other by add to css example:
Code: Select all
#cHardware {
background-image: url("/styles/blue-domo/images/hardware.png") !important;
background-position: left center;
background-repeat: no-repeat;
}
#cDevices {
background-image: url("/styles/blue-domo/images/devices.png") !important;
background-position: left center;
background-repeat: no-repeat;
}
#cSetup {
background-image: url("/styles/blue-domo/images/setup.png") !important;
background-position: left center;
background-repeat: no-repeat;
Code: Select all
cUpdate
-
- Posts: 73
- Joined: Friday 09 October 2015 19:14
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: flat-blue - new metro look theme
Yes I'm afraid there's quite a few like that where CSS is hard coded instead of using proper CSS classes
may just work
Code: Select all
li [ng-show="config.HaveUpdate"] {
}
Re: flat-blue - new metro look theme
i set this:
and not show icon...
EDIT
I change to:
and works ok Thanks
EDIT
But when i select mouse this item it is hide icon:
Select other menu show icon update: select menu update hide icon: This is my code for icon to menu update:
Code: Select all
li [ng-show="config.HaveUpdate"] {
background-image: url("/styles/blue-domo/images/update.png") !important;
background-position: left center;
background-repeat: no-repeat;
}
EDIT
I change to:
Code: Select all
li [ng-hide="config.HaveUpdate"] {
background-image: url("/styles/blue-domo/images/update.png") !important;
background-position: left center;
background-repeat: no-repeat;
}
EDIT
But when i select mouse this item it is hide icon:
Select other menu show icon update: select menu update hide icon: This is my code for icon to menu update:
Code: Select all
li [ng-hide="config.HaveUpdate"], li [ng-show="config.HaveUpdate"] {
background-image: url("/styles/blue-domo/images/update.png") !important;
background-position: left center;
background-repeat: no-repeat;
}
-
- Posts: 73
- Joined: Friday 09 October 2015 19:14
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Who is online
Users browsing this forum: No registered users and 1 guest