mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 03:52:45 +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;
|
||||
}
|
||||
|
||||
.prop-x{
|
||||
color:red !important;
|
||||
background: rgba(255, 0, 0, .9);
|
||||
height:2px !important;
|
||||
|
||||
.prop-x {
|
||||
color:red !important;
|
||||
background: rgba(255, 0, 0, .9);
|
||||
height:2px !important;
|
||||
}
|
||||
|
||||
.prop-y{
|
||||
.prop-y {
|
||||
color:green !important;
|
||||
background: rgba(0, 255, 0, .9);
|
||||
height:2px !important;
|
||||
|
||||
}
|
||||
|
||||
.prop-z{
|
||||
|
|
Loading…
Reference in a new issue