mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +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
|
|
@ -245,7 +245,7 @@ select {
|
|||
border-width: 2px;
|
||||
border-style: inset;
|
||||
text-indent: 0;
|
||||
overflow: -moz-hidden-unscrollable;
|
||||
overflow: clip;
|
||||
text-shadow: none;
|
||||
/* No text-decoration reaching inside, by default */
|
||||
display: inline-block;
|
||||
|
|
@ -326,7 +326,7 @@ select:empty {
|
|||
}
|
||||
|
||||
*|*::-moz-display-comboboxcontrol-frame {
|
||||
overflow: -moz-hidden-unscrollable;
|
||||
overflow: clip;
|
||||
padding-inline-start: 4px;
|
||||
padding-inline-end: 0;
|
||||
color: inherit;
|
||||
|
|
|
|||
|
|
@ -678,7 +678,7 @@ img[usemap], object[usemap] {
|
|||
|
||||
frameset {
|
||||
display: block ! important;
|
||||
overflow: -moz-hidden-unscrollable;
|
||||
overflow: clip;
|
||||
position: static ! important;
|
||||
float: none ! important;
|
||||
border: none ! important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue