mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-12 19:00:11 +01:00
14 lines
255 B
CSS
14 lines
255 B
CSS
|
/* Generic RichView */
|
||
|
|
||
|
view {
|
||
|
margin: 10px 10px 5px 10px;
|
||
|
-moz-appearance: listbox;
|
||
|
-moz-user-focus: normal;
|
||
|
background-color: Window;
|
||
|
}
|
||
|
|
||
|
.richviewInner {
|
||
|
background-image: url("chrome://mozapps/skin/shared/viewFader.png");
|
||
|
padding: 0px;
|
||
|
}
|