Much improved field help

- absolutely positioned attach to inspector,
- float slightly above field
- looks much better
This commit is contained in:
Bryan Housel
2018-02-26 21:42:45 -05:00
parent 6c6b1378b2
commit a700d42e7d
3 changed files with 54 additions and 30 deletions
+3 -3
View File
@@ -2011,11 +2011,11 @@ div.combobox {
border-radius: 0 0 4px 4px;
margin-left: 5px;
margin-right: 5px;
overflow: hidden;
top: 0;
z-index: 2;
z-index: 20;
max-height: 550px;
background: rgba(255,255,255,0.95);
box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}
.field-help-title h2 {