mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
22 lines
408 B
CSS
22 lines
408 B
CSS
/* Generic RichView */
|
|
|
|
view {
|
|
margin: 10px 10px 5px 10px;
|
|
-moz-appearance: listbox;
|
|
-moz-user-focus: normal;
|
|
}
|
|
|
|
.richviewInner2 {
|
|
background-image: url("chrome://mozapps/skin/shared/viewFader.png");
|
|
padding: 0px;
|
|
}
|
|
|
|
.richviewInner1 {
|
|
background-color: Window;
|
|
background-image: inherit;
|
|
background-attachment: fixed;
|
|
background-repeat: no-repeat;
|
|
background-position: bottom right;
|
|
}
|
|
|