source: contrib/MailArchiver/sources/src/VAADIN/widgetsets/serpro.mailarchiver.config.MailArchiverWidgetSet/ace/vaadin-aceeditor.css @ 6785

Revision 6785, 670 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado codigo do MailArchiver?. Documentação na subpasta DOCS.

Line 
1
2textarea.v-aceeditor {
3        display:none;
4}
5
6div.AceEditorContainer {
7        background: white;
8}
9
10div.vaadin-ace-error {
11        /*background: #FFAAAA;*/
12        position: absolute;
13        z-index: 6; /* ??? */
14        box-sizing: border-box;
15        -moz-box-sizing: border-box;
16        -webkit-box-sizing: border-box;
17        border-bottom: 2px red dotted;
18}
19
20div.vaadin-ace-frozen-line {
21        background: #DDDDFF;
22        position: absolute;
23        z-index: 2; /* ??? */
24        box-sizing: border-box;
25        -moz-box-sizing: border-box;
26        -webkit-box-sizing: border-box;
27}
28
29.vaadin-ace-lock {
30        position: absolute;
31        z-index: 4; /* ??? */
32        box-sizing: border-box;
33        -moz-box-sizing: border-box;
34        -webkit-box-sizing: border-box;
35        background: lightgray;
36}
37
Note: See TracBrowser for help on using the repository browser.