Path: blob/trunk/third_party/closure/goog/css/submenu.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 menus created by goog.ui.SubMenuRenderer.9*10* @author [email protected] (Attila Bodis)11*/121314/* State: resting. */15/* @noflip */16.goog-submenu-arrow {17color: #000;18left: auto;19padding-right: 6px;20position: absolute;21right: 0;22text-align: right;23}2425/* BiDi override. */26/* @noflip */27.goog-menuitem-rtl .goog-submenu-arrow {28text-align: left;29left: 0;30right: auto;31padding-left: 6px;32}3334/* State: disabled. */35.goog-menuitem-disabled .goog-submenu-arrow {36color: #ccc;37}383940