mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-22 08:47:22 +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
46 lines
1.1 KiB
CSS
46 lines
1.1 KiB
CSS
.aloha-character-picker-overlay {
|
|
position: absolute;
|
|
display: none;
|
|
float: left;
|
|
padding: 0;
|
|
top: 0;
|
|
left: 0;
|
|
border: 1px solid #afafaf !important;
|
|
border-collapse: collapse !important;
|
|
background-color: #fff !important;
|
|
z-index: 999999;
|
|
width: 400px !important;
|
|
}
|
|
|
|
.aloha-character-picker-overlay {
|
|
border-collapse:collapse;
|
|
}
|
|
|
|
.aloha-character-picker-overlay td,
|
|
.aloha-character-picker-overlay tr,
|
|
.aloha-character-picker-overlay th {
|
|
background-color: #fff !important;
|
|
}
|
|
|
|
.aloha-character-picker-overlay td {
|
|
width: 1.5em !important;
|
|
height: 1.5em !important;
|
|
border: 1px solid #afafaf !important;
|
|
font-size: 0.8em !important;
|
|
padding: 0.05em !important;
|
|
}
|
|
|
|
.aloha-character-picker-overlay td.mouseover {
|
|
border: 1px solid #fdea83 !important;
|
|
background-color: #fefce1 !important;
|
|
}
|
|
|
|
.aloha-character-picker-overlay td.focused {
|
|
border: 1px solid #407bcf !important;
|
|
background-color: #b9d6f9 !important;
|
|
}
|
|
|
|
.aloha .ui-icon.aloha-icon-characterpicker {
|
|
background: url('../img/icon.png');
|
|
}
|