Skip to content

Commit 7ce7c8c

Browse files
committed
Remove duplicate CSS.
1 parent ccccd72 commit 7ce7c8c

File tree

1 file changed

+2
-30
lines changed

1 file changed

+2
-30
lines changed

htdocs/css/colorpicker.css

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -159,41 +159,13 @@
159159
.colorpicker_slider {
160160
background-position: bottom;
161161
}
162-
#friendlyColorSelector {
162+
#friendlyColorSelector, #neutralColorSelector, #enemyColorSelector {
163163
position: relative;
164164
width: 36px;
165165
height: 36px;
166166
background: url(../images/select.png);
167167
}
168-
#friendlyColorSelector div {
169-
position: absolute;
170-
top: 3px;
171-
left: 3px;
172-
width: 30px;
173-
height: 30px;
174-
background: url(../images/select.png) center;
175-
}
176-
#neutralColorSelector {
177-
position: relative;
178-
width: 36px;
179-
height: 36px;
180-
background: url(../images/select.png);
181-
}
182-
#neutralColorSelector div {
183-
position: absolute;
184-
top: 3px;
185-
left: 3px;
186-
width: 30px;
187-
height: 30px;
188-
background: url(../images/select.png) center;
189-
}
190-
#enemyColorSelector {
191-
position: relative;
192-
width: 36px;
193-
height: 36px;
194-
background: url(../images/select.png);
195-
}
196-
#enemyColorSelector div {
168+
#friendlyColorSelector div, #neutralColorSelector div, #enemyColorSelector div {
197169
position: absolute;
198170
top: 3px;
199171
left: 3px;

0 commit comments

Comments
 (0)