File tree Expand file tree Collapse file tree 4 files changed +105
-70
lines changed
Expand file tree Collapse file tree 4 files changed +105
-70
lines changed Original file line number Diff line number Diff line change 1010 /** Controller-half (right) */
1111 /** Controller placement */
1212 /** Shorter number boxes when slider is present. */
13- /** Ensure the entire boolean and function row shows a hand */ }
13+ /** Ensure the entire boolean and function row shows a hand */
14+ /** allow overflow for color selector */ }
1415 .dg ul {
1516 list-style : none;
1617 margin : 0 ;
6667 .dg .a {
6768 float : right;
6869 margin-right : 15px ;
69- overflow-x : hidden ; }
70+ overflow-y : visible ; }
7071 .dg .a .has-save > ul .close-top {
7172 margin-top : 0 ; }
7273 .dg .a .has-save > ul .close-bottom {
9394 cursor : auto;
9495 height : 27px ;
9596 line-height : 27px ;
96- overflow : visible;
9797 padding : 0 4px 0 5px ; }
9898 .dg li .folder {
9999 padding : 0 ;
110110 .dg .cr {
111111 clear : both;
112112 padding-left : 3px ;
113- height : 27px ; }
113+ height : 27px ;
114+ overflow : hidden; }
114115 .dg .property-name {
115116 cursor : default;
116117 float : left;
151152 .dg .cr .boolean ,
152153 .dg .cr .boolean * {
153154 cursor : pointer; }
155+ .dg .cr .color {
156+ overflow : visible; }
154157 .dg .selector {
155158 display : none;
156159 position : absolute;
You can’t perform that action at this time.
0 commit comments