0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-06-01 20:34:31 +02:00

Readded print and stop button disabled css

This commit is contained in:
peteruithoven 2013-10-11 16:18:38 +02:00
parent 253561210d
commit 7126f1db79

View File

@ -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 {