Sha256: 39acc0fa26d4f4fc14f6851bd28adf824e7244c4a238477c0b9bf99fa37a1fb0
Contents?: true
Size: 1.77 KB
Versions: 51
Compression:
Stored size: 1.77 KB
Contents
/* This file is part of CPEE. CPEE is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. CPEE is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with CPEE (file COPYING in the main directory). If not, see <http://www.gnu.org/licenses/>. */ div.contextmenu { padding: 0; margin: 0; z-index: 100000; position: absolute; display:none; background: Menu; border: 1px solid ButtonShadow; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } table.contextmenu { border-collapse:collapse; border-spacing: 0; border: 0 none; padding: 0; margin: 0; } tr.contextmenuheader { font-style:italic; color: GrayText; font-size: small; } tr.contextmenuheader > td{ padding-left: 0.5em; padding-right: 1em; } tr.contextmenuheader:not(:first-child) { border-top: 1px solid ButtonShadow; } tr.contextmenuitem { font-size: small; color: MenuText; } tr.contextmenuitem:hover { background-color:Highlight; color: HighlightText; } tr.contextmenuitem > td{ padding-left: 0.5em; padding-right: 1em; } tr.contextmenuitem > .contextmenuicon{ margin-left: 0.7em; padding-right: 0em; } tr.contextmenuitem > .contextmenuicon div { height: 1.5em; width: 1.5em; vertical-align:bottom; } tr.contextmenuitem > .contextmenuicon div svg { height: 1.5em; width: 1.5em; vertical-align:bottom; }
Version data entries
51 entries across 51 versions & 1 rubygems