mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 919703 - Make search/replace and goto UX more Firefox-ey. r=harth
This commit is contained in:
parent
7725124c93
commit
0b5cedbba7
@ -54,3 +54,17 @@ selector in floating-scrollbar-light.css across all platforms. */
|
||||
.CodeMirror-vscrollbar {
|
||||
min-width: 10px;
|
||||
}
|
||||
|
||||
/* This is to make CodeMirror's dialogs more DevTool-ey. */
|
||||
|
||||
.CodeMirror-dialog {
|
||||
font: message-box;
|
||||
padding: 5px 4px;
|
||||
color: hsl(210,30%,85%);
|
||||
background-image: url("chrome://browser/skin/devtools/background-noise-toolbar.png"),
|
||||
linear-gradient(#3e4750, #3e4750);
|
||||
}
|
||||
|
||||
.CodeMirror-dialog input {
|
||||
font: message-box;
|
||||
}
|
Loading…
Reference in New Issue
Block a user