1/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
6/* This file defines styles for internal page elements that have special
7 * look and feel based on account status (owner/non-owner/guest).
8 */
9
10.guest-disabled {
11  color: #999;
12}
13
14a.guest-disabled {
15  opacity: 0.75;
16}
17