mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
14 lines
307 B
CSS
14 lines
307 B
CSS
.rawview{
|
|
position : absolute;
|
|
left : 0;
|
|
top : 0;
|
|
right : 0;
|
|
bottom : 0;
|
|
color : #f1f1f1;
|
|
overflow : auto;
|
|
margin : 0;
|
|
padding : 10px;
|
|
background-color : rgb(42, 58, 45);
|
|
}
|
|
.rawview::selection { background: #748512; }
|
|
.rawview::-moz-selection { background: #748512; } |