mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 01:07: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;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.btnPrint.disabled {
|
||||
opacity: 0.3;
|
||||
|
||||
}
|
||||
.btnStop {
|
||||
margin: 5% 10% 1% 5%;
|
||||
float: right;
|
||||
width: 90%;
|
||||
max-width: 98px;
|
||||
height: auto;
|
||||
display: block;
|
||||
}
|
||||
.btnStop.disabled {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.btnsSettingsInfo {
|
||||
|
Loading…
Reference in New Issue
Block a user