|
730 | 730 | color: var(--color-text); |
731 | 731 | } |
732 | 732 |
|
733 | | - .texture { |
734 | | - vertical-align: middle; |
735 | | - padding: 8px; |
736 | | - border: 1px solid var(--color-border); |
737 | | - box-sizing: border-box; |
738 | | - } |
739 | | - |
740 | 733 | .list { |
741 | 734 | background-color: var(--color-back); |
742 | 735 | height: calc(100% - 86px); |
|
875 | 868 | .drag_hover { |
876 | 869 | border: 2px solid var(--color-accent); |
877 | 870 | } |
| 871 | + .drag_hover.drag_hover_insert_before { |
| 872 | + border-top: 2px solid var(--color-accent); |
| 873 | + border-bottom: none; |
| 874 | + border-right: none; |
| 875 | + border-left: none; |
| 876 | + } |
878 | 877 | /*Cancel Dragover for main list*/ |
879 | 878 | #cubes_list > div > ul > li.outliner_node.parent_li { |
880 | 879 | border: none !important; |
|
883 | 882 | width: calc(100% - 80px); |
884 | 883 | padding-right: 5px; |
885 | 884 | padding-left: 5px; |
| 885 | + pointer-events: none; |
| 886 | + } |
| 887 | + .outliner_object input.cube_name.renaming { |
| 888 | + pointer-events: auto; |
886 | 889 | } |
887 | 890 | .outliner_object a { |
888 | 891 | width: 21px; |
889 | 892 | display: inline-block; |
890 | 893 | font-size: 13pt; |
| 894 | + float: right; |
891 | 895 | } |
892 | 896 | body > .outliner_object { |
893 | 897 | width: 260px; |
|
950 | 954 | color: var(--color-text); |
951 | 955 | white-space: nowrap; |
952 | 956 | padding-left: 34px; |
| 957 | + padding-right: 20px; |
953 | 958 | } |
954 | 959 | .contextMenu li.parent::before { |
955 | 960 | content: "\f105"; |
|
960 | 965 | -webkit-font-smoothing: antialiased; |
961 | 966 | float: right; |
962 | 967 | margin-top: 6px; |
| 968 | + margin-right: -12px; |
963 | 969 | } |
964 | 970 | .contextMenu li:hover { |
965 | 971 | color: var(--color-light); |
|
990 | 996 | /*Textures*/ |
991 | 997 | .texture { |
992 | 998 | height: 50px; |
993 | | - background-color: var(--color-button); |
| 999 | + /*background-color: var(--color-button);*/ |
994 | 1000 | white-space: nowrap; |
995 | 1001 | position: relative; |
| 1002 | + vertical-align: middle; |
| 1003 | + padding: 8px; |
| 1004 | + border: 1px solid transparent; |
| 1005 | + box-sizing: border-box; |
| 1006 | + } |
| 1007 | + .texture:hover .texture_name { |
| 1008 | + color: var(--color-light); |
996 | 1009 | } |
997 | 1010 | .texture.selected { |
998 | | - background: var(--color-hover); |
999 | | - } |
| 1011 | + background: var(--color-button); |
| 1012 | + border: 1px solid var(--color-border); |
| 1013 | + } |
1000 | 1014 | .texture > i { |
1001 | 1015 | margin-top: 4px; |
1002 | 1016 | } |
|
1016 | 1030 | img.texture_icon { |
1017 | 1031 | image-rendering: pixelated; |
1018 | 1032 | } |
| 1033 | + .texture.selected img.texture_icon { |
| 1034 | + margin-top: 0; |
| 1035 | + } |
1019 | 1036 | .texture_drag_helper { |
1020 | 1037 | border: 1px solid var(--color-border); |
1021 | 1038 | z-index: 100; |
|
1034 | 1051 | } |
1035 | 1052 |
|
1036 | 1053 | .texture_name { |
1037 | | - margin-top: 2px; |
| 1054 | + margin-top: 3px; |
1038 | 1055 | margin-left: 6px; |
1039 | 1056 | margin-right: 4px; |
1040 | | - width: calc(100% - 82px); |
| 1057 | + width: calc(100% - 106px); |
1041 | 1058 | overflow: hidden; |
| 1059 | + font-size: 0.94em; |
| 1060 | + cursor: default; |
1042 | 1061 | } |
1043 | 1062 | .texture_error { |
1044 | 1063 | position: absolute; |
|
1056 | 1075 | text-shadow: 0 0 5px #000; |
1057 | 1076 | font-size: 24pt !important; |
1058 | 1077 | } |
| 1078 | + i.highlighted_icon { |
| 1079 | + color: red; |
| 1080 | + } |
1059 | 1081 |
|
1060 | 1082 | /*UV*/ |
1061 | 1083 | #uv_dialog { |
|
1103 | 1125 | image-rendering: pixelated; |
1104 | 1126 | position: relative; |
1105 | 1127 | } |
| 1128 | + .uv_mapping_overlay { |
| 1129 | + position: absolute; |
| 1130 | + opacity: 0.4; |
| 1131 | + } |
1106 | 1132 | #uv_dialog_toolbar { |
1107 | 1133 | clear: both; |
1108 | 1134 | padding: 12px; |
1109 | 1135 | height: 42px; |
1110 | 1136 | padding-top: 5px; |
1111 | 1137 | border-top: 1px solid var(--color-border); |
1112 | 1138 | } |
| 1139 | + #uv_dialog h2.dialog_handle.entity_mode_only { |
| 1140 | + margin: 0; |
| 1141 | + } |
1113 | 1142 |
|
1114 | 1143 | #uv_size { |
1115 | 1144 | height: 320px; |
|
1577 | 1606 | border: 1px solid var(--color-border); |
1578 | 1607 | float: left; |
1579 | 1608 | } |
| 1609 | + input[type=range].dark_bordered { |
| 1610 | + float: left; |
| 1611 | + height: 31px; |
| 1612 | + padding-top: 3px; |
| 1613 | + padding-left: 0; |
| 1614 | + } |
| 1615 | + select.dark_bordered { |
| 1616 | + color: var(--color-text); |
| 1617 | + padding: 4px; |
| 1618 | + padding-top: 2px; |
| 1619 | + } |
1580 | 1620 | label.name_space_left { |
1581 | 1621 | float: left; |
1582 | 1622 | width: 155px; |
1583 | 1623 | } |
| 1624 | + label.in_toolbar { |
| 1625 | + padding: 8px; |
| 1626 | + padding-top: 3px; |
| 1627 | + } |
1584 | 1628 |
|
1585 | 1629 | /*Layout Menu*/ |
1586 | 1630 | div#color_wrapper { |
|
1708 | 1752 | cursor: default; |
1709 | 1753 | } |
1710 | 1754 | #plugin_list li .button_bar { |
1711 | | - height: 36px; |
| 1755 | + height: auto; |
1712 | 1756 | float: right; |
1713 | 1757 | margin-left: -1px; |
1714 | 1758 | margin-top: 6px; |
| 1759 | + text-align: right; |
1715 | 1760 | } |
1716 | | - .tiny { |
| 1761 | + #plugin_list li .button_bar.tiny { |
1717 | 1762 | opacity: 0.6; |
1718 | 1763 | font-size: 0.86em; |
| 1764 | + padding-right: 2px; |
1719 | 1765 | } |
1720 | 1766 | #plugin_list li button { |
1721 | 1767 | width: 112px; |
|
1817 | 1863 | top: 453px; |
1818 | 1864 | } |
1819 | 1865 |
|
| 1866 | + a.ml5 i.shade_mirror_on:before { |
| 1867 | + content: "\f005"; |
| 1868 | + } |
| 1869 | + a.ml5 i.shade_mirror_off:before { |
| 1870 | + content: "\f006"; |
| 1871 | + } |
| 1872 | + body.entity_mode a.ml5 i.shade_mirror_on:before { |
| 1873 | + content: "\f005"; |
| 1874 | + } |
| 1875 | + body.entity_mode a.ml5 i.shade_mirror_off:before { |
| 1876 | + content: "\f005"; |
| 1877 | + } |
| 1878 | + |
1820 | 1879 | @media (max-width:1090px) { |
1821 | 1880 | header > ul > li { |
1822 | 1881 | padding-right: 3px; |
|
0 commit comments