mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Issue #2499 - Part 3: Add CSS clip overflow support with serialization fixes
This commit is contained in:
parent
205ea844f4
commit
5e8e1208e7
40 changed files with 144 additions and 97 deletions
|
|
@ -11,7 +11,7 @@
|
|||
button,p,select,span,table,object {
|
||||
width: 14px;
|
||||
text-indent: 20px;
|
||||
overflow: -moz-hidden-unscrollable;
|
||||
overflow: clip;
|
||||
padding-left:6px;
|
||||
padding-right:17px;
|
||||
outline: 1px solid blue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue