Path: blob/trunk/third_party/closure/goog/css/palette.css
2868 views
/*1* Copyright 2009 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/*8* Standard styling for palettes created by goog.ui.PaletteRenderer.9*10* @author [email protected] (Daniel Pupius)11* @author [email protected] (Attila Bodis)12*/131415.goog-palette {16cursor: default;17outline: none;18}1920.goog-palette-table {21border: 1px solid #666;22border-collapse: collapse;23margin: 5px;24}2526.goog-palette-cell {27border: 0;28border-right: 1px solid #666;29cursor: pointer;30height: 18px;31margin: 0;32text-align: center;33vertical-align: middle;34width: 18px;35}363738