chromium/third_party/blink/renderer/modules/media_controls/resources/mediaControls_scrubbing_message.css

/* Copyright 2018 The Chromium Authors
   Use of this source code is governed by a BSD-style license that can be
   found in the LICENSE file. */

#arrow-left1,
#arrow-left2,
#message,
#arrow-right1,
#arrow-right2 {
  display: inline-block;
}

#message {
  /* Make the message properly align with the arrow icons. */
  max-width: 80%;
  height: 36px;
  vertical-align: middle;
  font-size: 15px;
}

#arrow-left1,
#arrow-right1 {
  /* Keep arrows right next to each other. */
  margin-right: -18px;
}