mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 736879 - Set cursor:text on the SourceEditor's text area. r=jryans
This commit is contained in:
parent
5bea3b4b7d
commit
fcbad7c9ed
@ -39,6 +39,14 @@
|
||||
background: rgba(255,0,0,0.2);
|
||||
}
|
||||
|
||||
.CodeMirror {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.CodeMirror-gutters {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* This is to avoid the fake horizontal scrollbar div of codemirror to go 0
|
||||
height when floating scrollbars are active. Make sure that this value is equal
|
||||
to the maximum of `min-height` specific to the `scrollbar[orient="horizontal"]`
|
||||
|
Loading…
Reference in New Issue
Block a user