CSS样式  |  51行  |  1.11 KB

/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

.fullscreen {
  -webkit-margin-start: 4px;
  background-image: -webkit-image-set(
    url('../../../app/theme/default_100_percent/fullscreen_menu_button.png') 1x,
    url('../../../app/theme/default_200_percent/fullscreen_menu_button.png') 2x);
  background-position: center center;
  background-repeat: no-repeat;
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  height: 23px;
  width: 23px;
}

.edit-button {
  min-width: 35px;
  padding: 2px;
  text-align: center;
}

.left-button {
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.right-button {
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.center-button {
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  border-top: solid 1px rgba(0, 0, 0, 0.3);
}

.zoom-button {
  text-align: center;
  width: 15px;
}

.zoom-percent {
  min-width: 40px;
  text-align: center;
}