Sha256: efd364f458bba726ccebc8fdf26b2bbf4cb889bbb706d1b85befeaa6a42809f8

Contents?: true

Size: 1.67 KB

Versions: 15

Compression:

Stored size: 1.67 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;
  vertical-align: bottom;
}
tr.contextmenuitem > .contextmenuicon svg{
  height: 1.5em;
  width: 1.5em;
}

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
cpee-1.3.119 cockpit/lib/contextmenu.css
cpee-1.3.118 cockpit/lib/contextmenu.css
cpee-1.3.117 cockpit/lib/contextmenu.css
cpee-1.3.116 cockpit/lib/contextmenu.css
cpee-1.3.115 cockpit/lib/contextmenu.css
cpee-1.3.111 cockpit/lib/contextmenu.css
cpee-1.3.110 cockpit/lib/contextmenu.css
cpee-1.3.109 cockpit/lib/contextmenu.css
cpee-1.3.108 cockpit/lib/contextmenu.css
cpee-1.3.107 cockpit/lib/contextmenu.css
cpee-1.3.106 cockpit/lib/contextmenu.css
cpee-1.3.105 cockpit/lib/contextmenu.css
cpee-1.3.104 cockpit/lib/contextmenu.css
cpee-1.3.103 cockpit/lib/contextmenu.css
cpee-1.3.102 cockpit/lib/contextmenu.css