mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 967572 - DevTools Light theme text input border is a bit dark;r=vporof
This commit is contained in:
parent
6707704f15
commit
c40b9ee14e
@ -207,7 +207,7 @@
|
||||
.devtools-searchinput {
|
||||
-moz-appearance: none;
|
||||
margin: 0 3px;
|
||||
border: 1px solid rgb(88, 94, 101);
|
||||
border: 1px solid;
|
||||
%ifdef XP_MACOSX
|
||||
border-radius: 20px;
|
||||
%else
|
||||
@ -216,6 +216,16 @@
|
||||
padding: 4px 6px;
|
||||
}
|
||||
|
||||
.theme-dark .devtools-textinput,
|
||||
.theme-dark .devtools-searchinput {
|
||||
border-color: rgb(88, 94, 101);
|
||||
}
|
||||
|
||||
.theme-light .devtools-textinput,
|
||||
.theme-light .devtools-searchinput {
|
||||
border-color: #aaa; /* Match the splitter color */
|
||||
}
|
||||
|
||||
.devtools-searchinput {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
|
Loading…
Reference in New Issue
Block a user