mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-19 23:48:51 +00:00
* textcolor: fixed plugin bugs, added translation for zh * image: fixed default.jpg src bug * added 'ru' support for seaf edit * rm aloha-0.22.3 and ununsed files in aloha-0.22.7
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;
|
|
}
|