mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 15:24:00 +01:00
13 lines
483 B
CSS
13 lines
483 B
CSS
body {overflow: hidden;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
h1 {font-size: 36px; font-weight: normal; color: #888; margin-bottom: 20px}
|
|
a {color: #fff; text-decoration: none}
|
|
input {margin-top: 3px; padding: 4px; border: 0; background-color: #444; color: #fff}
|
|
input:focus {outline: none; background: rgba(0,198,255,0.5); color: #fff}
|
|
|
|
.pluginsManager {background-color: #1c1c19; color: #fff; padding: 20px} |