blob: 4b84d3f70b3812bbea4886959fe40210e08a1abd [file] [log] [blame]
/**
* Copyright (c) 2014 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 */
/* Never edit perf.css, only edit main.css and then run 'make css'. */
h4 {
margin: 0.5em 0;
}
html /deep/ paper-button {
color: #1f78b4;
}
html /deep/ paper-button:hover {
background: #eee;
}
body {
font-family: Arial, sans-serif;
font-size: 15px;
}
#container {
padding: 1em;
background: white;
}
html /deep/ a {
color: #1f78b4;
font-weight: bold;
}
html /deep/ a:hover {
text-decoration: none;
}
button {
margin: 0.5em;
border: none;
padding: 0.2em 0.4em;
}
input {
margin: 0.5em;
}
button:hover {
color: white;
background: #1F78B4;
}
.waiting {
cursor: wait;
}
table, td {
border: none;
}
.hidden {
display: none;
}
.blank * {
display: none;
}
.centered {
flex-grow: 1;
}
html /deep/ core-toolbar,
#title {
background-color: #1f78b4;
color: #fff;
}
#title login-sk {
margin-left: auto;
}
#title /deep/ a {
color: white;
}
p {
margin: 0.2em;
padding: 0;
}
#clustering {
padding: 0.5em;
}
#autoRefresh {
margin: 0.5em;
margin-right: 0;
}
#version {
font-size: 10px;
margin-left: 1em;
}
core-item:hover {
background: lightgray;
}