fx-compat: Item box: Visual fixes
- Override normal cursor on Abstract label - Disable textarea resize - Show clicky hover/active backgrounds on Item Type menu
This commit is contained in:
parent
4a856b94cc
commit
27e5e3ca29
1 changed files with 5 additions and 1 deletions
|
@ -41,6 +41,9 @@ td > [fieldname] {
|
|||
padding: 0 0 0 2px !important;
|
||||
margin: 1px 5px 0 1px !important;
|
||||
max-height: 1.5em !important;
|
||||
}
|
||||
|
||||
#item-type-menu:not(:hover):not(:active) {
|
||||
border: 1px solid transparent;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
@ -72,6 +75,7 @@ label[singleField=false]:after
|
|||
|
||||
textarea {
|
||||
font: inherit;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
/* metadata field names */
|
||||
|
@ -97,7 +101,7 @@ row label
|
|||
-moz-user-focus: ignore;
|
||||
}*/
|
||||
|
||||
.pointer:hover {
|
||||
.pointer:hover, .pointer:hover > label {
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue