MediaWiki:Darkvectorbaro.css: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
(Blanked the page)
Tag: Blanking
No edit summary
Line 1: Line 1:
 
.CodeMirror-selected { background: #8888d9; }
.CodeMirror-focused .CodeMirror-selected { background: #9999f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #9999f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #9999f0; }

Revision as of 19:19, 3 March 2021

.CodeMirror-selected { background: #8888d9; }
.CodeMirror-focused .CodeMirror-selected { background: #9999f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #9999f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #9999f0; }