mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 14:24:04 +02:00
css cleanup
This commit is contained in:
parent
c6fcaf158b
commit
31cc451fd4
1 changed files with 5 additions and 7 deletions
|
@ -344,18 +344,16 @@ input#property-name {
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.prop-x{
|
.prop-x {
|
||||||
color:red !important;
|
color:red !important;
|
||||||
background: rgba(255, 0, 0, .9);
|
background: rgba(255, 0, 0, .9);
|
||||||
height:2px !important;
|
height:2px !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.prop-y{
|
.prop-y {
|
||||||
color:green !important;
|
color:green !important;
|
||||||
background: rgba(0, 255, 0, .9);
|
background: rgba(0, 255, 0, .9);
|
||||||
height:2px !important;
|
height:2px !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.prop-z{
|
.prop-z{
|
||||||
|
|
Loading…
Reference in a new issue