mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Will redo bare.css later
This commit is contained in:
parent
0aa2e7eea5
commit
6a358b4b74
26
gui-bare.css
26
gui-bare.css
@ -1,26 +0,0 @@
|
|||||||
#guidat {
|
|
||||||
position: fixed;
|
|
||||||
width: 250px;
|
|
||||||
z-index: 200;
|
|
||||||
top: 0;
|
|
||||||
left: 100%;
|
|
||||||
margin-left: -270px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#guidat-controllers {
|
|
||||||
height: 300px;
|
|
||||||
overflow-y: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
#guidat-toggle {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.guidat-controller {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
.guidat-controller input {
|
|
||||||
float: right;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user