summaryrefslogtreecommitdiffstats
path: root/polygerrit-ui/app/elements/settings/gr-watched-projects-editor/gr-watched-projects-editor.html
diff options
context:
space:
mode:
Diffstat (limited to 'polygerrit-ui/app/elements/settings/gr-watched-projects-editor/gr-watched-projects-editor.html')
-rw-r--r--polygerrit-ui/app/elements/settings/gr-watched-projects-editor/gr-watched-projects-editor.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/polygerrit-ui/app/elements/settings/gr-watched-projects-editor/gr-watched-projects-editor.html b/polygerrit-ui/app/elements/settings/gr-watched-projects-editor/gr-watched-projects-editor.html
index cf5e0b187f..7846b7abae 100644
--- a/polygerrit-ui/app/elements/settings/gr-watched-projects-editor/gr-watched-projects-editor.html
+++ b/polygerrit-ui/app/elements/settings/gr-watched-projects-editor/gr-watched-projects-editor.html
@@ -1,4 +1,5 @@
<!--
+@license
Copyright (C) 2016 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
@@ -33,10 +34,10 @@ limitations under the License.
text-align: center;
}
.notifControl:hover {
- outline: 1px solid #ddd;
+ outline: 1px solid var(--border-color);
}
.projectFilter {
- color: #777;
+ color: var(--deemphasized-text-color);
font-style: italic;
margin-left: 1em;
}
@@ -48,7 +49,7 @@ limitations under the License.
<table id="watchedProjects">
<thead>
<tr>
- <th class="projectHeader">Project</th>
+ <th>Repo</th>
<template is="dom-repeat" items="[[_getTypes()]]">
<th class="notifType">[[item.name]]</th>
</template>
@@ -97,7 +98,7 @@ limitations under the License.
id="newProject"
query="[[_query]]"
threshold="1"
- placeholder="Project"></gr-autocomplete>
+ placeholder="Repo"></gr-autocomplete>
</th>
<th colspan$="[[_getTypeCount()]]">
<input