aboutsummaryrefslogtreecommitdiff
path: root/contexts/data/lib/closure-library/closure/goog/css/colorpalette.css
diff options
context:
space:
mode:
Diffstat (limited to 'contexts/data/lib/closure-library/closure/goog/css/colorpalette.css')
-rw-r--r--contexts/data/lib/closure-library/closure/goog/css/colorpalette.css54
1 files changed, 0 insertions, 54 deletions
diff --git a/contexts/data/lib/closure-library/closure/goog/css/colorpalette.css b/contexts/data/lib/closure-library/closure/goog/css/colorpalette.css
deleted file mode 100644
index 17bed42..0000000
--- a/contexts/data/lib/closure-library/closure/goog/css/colorpalette.css
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * Copyright 2009 The Closure Library Authors. All Rights Reserved.
- *
- * Use of this source code is governed by the Apache License, Version 2.0.
- * See the COPYING file for details.
- */
-
-/*
- * Standard styling for color palettes.
- *
- * @author pupius@google.com (Daniel Pupius)
- * @author attila@google.com (Attila Bodis)
- */
-
-
-.goog-palette-cell .goog-palette-colorswatch {
- border: none;
- font-size: x-small;
- height: 18px;
- position: relative;
- width: 18px;
-}
-
-.goog-palette-cell-hover .goog-palette-colorswatch {
- border: 1px solid #fff;
- height: 16px;
- width: 16px;
-}
-
-.goog-palette-cell-selected .goog-palette-colorswatch {
- /* Client apps may override the URL at which they serve the sprite. */
- background: url(//ssl.gstatic.com/editor/editortoolbar.png) no-repeat -368px 0;
- border: 1px solid #333;
- color: #fff;
- font-weight: bold;
- height: 16px;
- width: 16px;
-}
-
-.goog-palette-customcolor {
- background-color: #fafafa;
- border: 1px solid #eee;
- color: #666;
- font-size: x-small;
- height: 15px;
- position: relative;
- width: 15px;
-}
-
-.goog-palette-cell-hover .goog-palette-customcolor {
- background-color: #fee;
- border: 1px solid #f66;
- color: #f66;
-}