mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1233367 - Right-border of current time label has wrong color with the dark-theme .r=pbrosset
This commit is contained in:
parent
29fa8cae1d
commit
eb19533c63
@ -23,7 +23,7 @@
|
||||
<button id="rewind-timeline" standalone="true" class="devtools-button"></button>
|
||||
<button id="pause-resume-timeline" standalone="true" class="devtools-button pause-button paused"></button>
|
||||
<span id="timeline-rate" standalone="true" class="devtools-button"></span>
|
||||
<span id="timeline-current-time" class="label"></span>
|
||||
<span id="timeline-current-time" class="label devtools-toolbarbutton"></span>
|
||||
</div>
|
||||
<div id="players"></div>
|
||||
<div id="error-message">
|
||||
|
@ -110,7 +110,6 @@ body {
|
||||
#timeline-toolbar .label {
|
||||
padding: 0 5px;
|
||||
border-style: solid;
|
||||
border-color: rgba(170, 170, 170, .5);
|
||||
}
|
||||
|
||||
#timeline-toolbar .devtools-button,
|
||||
|
Loading…
Reference in New Issue
Block a user