1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-19 23:48:51 +00:00
seahub/media/aloha-0.22.7/css/aloha-core.css
llj 720ac28c22 [aloha] upgraded to 0.22.7 and added textcolor plugin
* 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
2013-01-15 14:48:04 +08:00

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