Added a new icon

Former-commit-id: b4eb7f9aaf16d9ea3b0bb0339c1a70ee162aa259
This commit is contained in:
Alejandro Gallardo Escobar 2018-12-10 09:19:26 +01:00
parent 7e40392740
commit b0998003a3
3 changed files with 6 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 505 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

View File

@ -886,6 +886,12 @@ input.group_item_min {
input.group_item_min[disabled] {
background: #fefefe url(../../images/group_green.disabled.png) no-repeat center !important;
}
input.color_cloud_min {
background: #fefefe url(../../images/color_cloud_item.png) no-repeat center !important;
}
input.color_cloud_min[disabled] {
background: #fefefe url(../../images/color_cloud_item.disabled.png) no-repeat center !important;
}
div#cont {
position: fixed;