Explorar el Código

fixed item right click bug caused by #1343

tags/v0.4.3^2
Shaun Kichenbrand hace 4 años
padre
commit
a234e73e04
Se han modificado 1 ficheros con 7 adiciones y 7 borrados
  1. +7
    -7
      src/client/ui/templates/inventory/styles.less

+ 7
- 7
src/client/ui/templates/inventory/styles.less Ver fichero

@@ -119,7 +119,7 @@

&.quality-border .grid .item:not(.empty),
&.quality-bottom .grid .item:not(.empty) {
&:after {
&:before {
content: '';
position: absolute;
top: 0px;
@@ -131,30 +131,30 @@
border-style: solid;
}

&.quality-0:after {
&.quality-0:before {
border: none;
}

&.quality-1:after {
&.quality-1:before {
border-color: @greenC;
}

&.quality-2:after {
&.quality-2:before {
border-color: @blueD;
}

&.quality-3:after {
&.quality-3:before {
border-color: @purpleC;
}

&.quality-4:after {
&.quality-4:before {
border-color: @orangeD;
}

}

&.quality-bottom .grid .item:not(.empty) {
&:after {
&:before {
border-width: 0px 0px 5px 0px;
}



Cargando…
Cancelar
Guardar