mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-21 00:15:26 +00:00
20 lines
380 B
CSS
20 lines
380 B
CSS
|
@import "aloha-reset.css";
|
||
|
@import "aloha-sidebar.css";
|
||
|
@import "../lib/vendor/repository-browser/css/repository-browser.css";
|
||
|
|
||
|
.aloha-editable {
|
||
|
min-height: 1.2em;
|
||
|
outline: none;
|
||
|
}
|
||
|
.aloha-editable ::selection,
|
||
|
.aloha-editable ::-moz-selection {
|
||
|
background: #80B5F2;
|
||
|
color: white;
|
||
|
}
|
||
|
.aloha-textarea {
|
||
|
overflow: hidden;
|
||
|
border:1px solid #ccc;
|
||
|
padding:6px;
|
||
|
overflow:auto;
|
||
|
}
|