forked from Public/pics
CropEditor: adjust input group background colour
This commit is contained in:
parent
33bc262f0a
commit
d5cddba5e9
@ -33,11 +33,17 @@
|
|||||||
z-index: 100;
|
z-index: 100;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
#crop_editor input[type=number] {
|
#crop_editor .input-group-text {
|
||||||
width: 85px;
|
background-color: rgba(233, 236, 239, 0.5);
|
||||||
background: #555;
|
border-color: rgba(233, 236, 239, 0.5);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
#crop_editor input[type=number] {
|
||||||
|
background: #555;
|
||||||
|
border-color: rgba(233, 236, 239, 0.5);
|
||||||
|
color: #fff;
|
||||||
|
width: 85px;
|
||||||
|
}
|
||||||
#crop_editor input[type=checkbox] {
|
#crop_editor input[type=checkbox] {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user