mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 23:34:01 +01:00
16 lines
646 B
CSS
16 lines
646 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: #2187e7; text-decoration: none}
|
|
input {padding: 4px; border: 0; background-color: #444; color: #fff}
|
|
select {padding: 3px 4px; border: 0; background-color: #444; color: #fff}
|
|
input:focus {outline: none; background: rgba(0,198,255,0.5); color: #fff}
|
|
select:focus {outline: none}
|
|
|
|
.ftpManager {background-color: #1c1c19; color: #fff; padding: 20px}
|
|
.ftpManager .info {font-size: 10px; color: rgba(0,198,255,0.7); cursor: help} |