mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-18 06:57:52 +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
59 lines
1011 B
CSS
Executable File
59 lines
1011 B
CSS
Executable File
.aloha-link-pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.aloha-link-text {
|
|
cursor: text;
|
|
}
|
|
|
|
.aloha-editable-active .aloha-block.aloha-link-text,
|
|
.aloha-block.aloha-block-highlighted.aloha-link-text {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.aloha-link-radioTarget {
|
|
width:auto !important;
|
|
}
|
|
|
|
.aloha-link-title-container {
|
|
padding:5px 5px;
|
|
}
|
|
|
|
.aloha-link-target-container {
|
|
padding:5px 5px;
|
|
}
|
|
|
|
.aloha-link-target-container ul {
|
|
margin-left: 0px;
|
|
}
|
|
|
|
.aloha-link-target-container li {
|
|
padding:0 !important;
|
|
list-style: none;
|
|
}
|
|
|
|
.aloha-link-target-container fieldset {
|
|
border: 2px groove threedface !important;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.aloha-link-title-container fieldset {
|
|
border: 2px groove threedface !important;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.aloha-link-title-container fieldset input[type=text]{
|
|
width:auto !important;
|
|
min-width:180px;
|
|
}
|
|
|
|
.aloha-link-target-container fieldset input[type=text]{
|
|
width:auto !important;
|
|
min-width:180px;
|
|
}
|
|
|
|
.x-form-field.x-form-text.aloha-link-href-field {
|
|
color: #333 !important;
|
|
padding: 3px;
|
|
}
|