1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-21 00:15:26 +00:00
seahub/media/aloha-0.22.7/css/aloha-core.css

20 lines
380 B
CSS
Raw Normal View History

@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;
}