Sha256: f1c29cea679fb32f86a6957273c63ff907bab79be3366df3e8e896dcd28b5e61
Contents?: true
Size: 807 Bytes
Versions: 2
Compression:
Stored size: 807 Bytes
Contents
.cke_table-faked-selection-editor *::selection, table[data-cke-table-faked-selection-table] *::selection { background: transparent; } .cke_table-faked-selection { background: darkgray !important; color: black; } .cke_table-faked-selection a { color: black; } .cke_editable:focus .cke_table-faked-selection { /* We have to use !important here, as td might specify it's own background, thus table selection would not be visible. */ background: #0076cb !important; color: white; } .cke_editable:focus .cke_table-faked-selection a { color: white; } .cke_table-faked-selection::-moz-selection, .cke_table-faked-selection ::-moz-selection { background: transparent; } .cke_table-faked-selection::selection, .cke_table-faked-selection ::selection { background: transparent; }
Version data entries
2 entries across 2 versions & 2 rubygems