mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 09:17:56 +01:00
Readded print and stop button disabled css
This commit is contained in:
parent
253561210d
commit
7126f1db79
@ -411,13 +411,20 @@ top: 0px;
|
|||||||
height: auto;
|
height: auto;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
.btnPrint.disabled {
|
||||||
|
opacity: 0.3;
|
||||||
|
|
||||||
|
}
|
||||||
.btnStop {
|
.btnStop {
|
||||||
margin: 5% 10% 1% 5%;
|
margin: 5% 10% 1% 5%;
|
||||||
float: right;
|
float: right;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
max-width: 98px;
|
max-width: 98px;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.btnStop.disabled {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btnsSettingsInfo {
|
.btnsSettingsInfo {
|
||||||
|
Loading…
Reference in New Issue
Block a user