mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-14 00:31:42 +08:00
8 lines
464 B
CSS
8 lines
464 B
CSS
html, body { margin: 0; padding: 0; height: 100%; }
|
|
select, input, label::before, textarea { outline: none; box-shadow:none !important; border: 1px solid #ccc !important; }
|
|
.btn:focus,.btn:active:focus,.btn.active:focus,
|
|
.btn.focus,.btn:active.focus,.btn.active.focus { outline: none; box-shadow:none !important; }
|
|
.dropdown.autoexpand:hover>.dropdown-menu { display: block; }
|
|
.pointer { cursor: pointer; }
|
|
.log { max-height: 10em; overflow: auto; height: 100%; }
|