Improvements in autocomplete and googiespell menus
parent
28526a73f1
commit
52e96f8d1b
@ -1,68 +0,0 @@
|
|||||||
/**
|
|
||||||
* Roundcube webmail styles for the Elastic skin
|
|
||||||
*
|
|
||||||
* Copyright (c) 2017, The Roundcube Dev Team
|
|
||||||
*
|
|
||||||
* The contents are subject to the Creative Commons Attribution-ShareAlike
|
|
||||||
* License. It is allowed to copy, distribute, transmit and to adapt the work
|
|
||||||
* by keeping credits to the original authors in the README.md file.
|
|
||||||
* See http://creativecommons.org/licenses/by-sa/3.0/ for details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*** GoogieSpell widget ***/
|
|
||||||
|
|
||||||
/* TODO: review and use only what we need */
|
|
||||||
|
|
||||||
.googie_window {
|
|
||||||
width: 185px;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.googie_edit_layer {
|
|
||||||
padding: 4px;
|
|
||||||
font-family: monospace;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.googie_edit_layer span {
|
|
||||||
font-family: monospace;
|
|
||||||
}
|
|
||||||
|
|
||||||
.googie_link {
|
|
||||||
color: #b91414;
|
|
||||||
text-decoration: underline;
|
|
||||||
cursor: pointer;
|
|
||||||
font-size: 9pt;
|
|
||||||
font-family: monospace;
|
|
||||||
}
|
|
||||||
|
|
||||||
.googie_list {
|
|
||||||
width: 100%;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
border-spacing: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.googie_list td {
|
|
||||||
min-width: 80px;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.googie_list td.googie_list_selected {
|
|
||||||
}
|
|
||||||
|
|
||||||
.googie_list_close {
|
|
||||||
}
|
|
||||||
|
|
||||||
.googie_list_onhover .googie_list_close {
|
|
||||||
}
|
|
||||||
|
|
||||||
.googie_list_revert {
|
|
||||||
}
|
|
||||||
|
|
||||||
.googie_list_revert:hover {
|
|
||||||
}
|
|
||||||
|
|
||||||
.googie_ok_button {
|
|
||||||
}
|
|
Loading…
Reference in New Issue