aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Materials/materials-popup.reel/materials-popup.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/Materials/materials-popup.reel/materials-popup.css')
-rwxr-xr-xjs/panels/Materials/materials-popup.reel/materials-popup.css44
1 files changed, 42 insertions, 2 deletions
diff --git a/js/panels/Materials/materials-popup.reel/materials-popup.css b/js/panels/Materials/materials-popup.reel/materials-popup.css
index a5362615..d53cb795 100755
--- a/js/panels/Materials/materials-popup.reel/materials-popup.css
+++ b/js/panels/Materials/materials-popup.reel/materials-popup.css
@@ -30,7 +30,8 @@ POSSIBILITY OF SUCH DAMAGE.
30</copyright> */ 30</copyright> */
31 31
32.materials_popup { 32.materials_popup {
33 width:400px; 33 width:auto;
34 min-width: 300px;
34 font-size: 12px; 35 font-size: 12px;
35 overflow: hidden; 36 overflow: hidden;
36 background: #494949; 37 background: #494949;
@@ -56,6 +57,7 @@ POSSIBILITY OF SUCH DAMAGE.
56.mp_preview { 57.mp_preview {
57 height: 100px; 58 height: 100px;
58 text-align: center; 59 text-align: center;
60 margin: 20px 0 10px 0;
59} 61}
60 62
61.mp_property 63.mp_property
@@ -83,7 +85,19 @@ POSSIBILITY OF SUCH DAMAGE.
83.mp_property .hottext, 85.mp_property .hottext,
84.mp_property .hottextInput 86.mp_property .hottextInput
85{ 87{
86 width: 30px; 88 width: 23px;
89}
90
91.mp_property .hottext
92{
93 color: white;
94 background: none;
95}
96
97.mp_property .hottextInput
98{
99 color: black;
100 background: white;
87} 101}
88 102
89.mp_property .button 103.mp_property .button
@@ -98,9 +112,20 @@ POSSIBILITY OF SUCH DAMAGE.
98 position: relative; 112 position: relative;
99} 113}
100 114
115.mp_property .gradientpicker
116{
117 top: 0;
118}
119
120.mp_property .gradientpicker .type
121{
122 display: none;
123}
124
101.mp_properties_list 125.mp_properties_list
102{ 126{
103 padding-bottom: 8px; 127 padding-bottom: 8px;
128 padding-right: 20px;
104} 129}
105 130
106.mp_properties_list > .mp_property > .colortoolbar 131.mp_properties_list > .mp_property > .colortoolbar
@@ -128,13 +153,28 @@ POSSIBILITY OF SUCH DAMAGE.
128 display: block; 153 display: block;
129 cursor: pointer; 154 cursor: pointer;
130} 155}
156.mp_buttons button:hover,
157.mp_buttons button:active {
158 color: white;
159}
131 160
132.mp_buttons .mp_cancel_btn { 161.mp_buttons .mp_cancel_btn {
133 float: left; 162 float: left;
134 width: 60px; 163 width: 60px;
135} 164}
136 165
166.mp_buttons .mp_saveAs_btn {
167 float: right;
168 width: 60px;
169}
170
137.mp_buttons .mp_ok_btn { 171.mp_buttons .mp_ok_btn {
138 float: right; 172 float: right;
139 width: 30px; 173 width: 30px;
174 margin-left:4px;
140} 175}
176
177.materials_popup .mp_reset_btn {
178 float: right;
179 margin-right: 8px;
180} \ No newline at end of file