Path: blob/trunk/third_party/closure/goog/css/tristatemenuitem.css
2868 views
/*1* Copyright 2007 The Closure Library Authors. All Rights Reserved.2*3* Use of this source code is governed by the Apache License, Version 2.0.4* See the COPYING file for details.5*/67/* Author: [email protected] (Daniel Pupius) */89/* goog.ui.TriStateMenuItem */1011.goog-tristatemenuitem {12padding: 2px 5px;13margin: 0;14list-style: none;15}1617.goog-tristatemenuitem-highlight {18background-color: #4279A5;19color: #FFF;20}2122.goog-tristatemenuitem-disabled {23color: #999;24}2526.goog-tristatemenuitem-checkbox {27float: left;28width: 10px;29height: 1.1em;30}3132.goog-tristatemenuitem-partially-checked {33background-image: url(//ssl.gstatic.com/closure/check-outline.gif);34background-position: 4px 50%;35background-repeat: no-repeat;36}3738.goog-tristatemenuitem-fully-checked {39background-image: url(//ssl.gstatic.com/closure/check.gif);40background-position: 4px 50%;41background-repeat: no-repeat;42}434445