Added some small boring scripts and programs writen in few last years
[mirrors/Programs.git] / plugins / chrome-extensions / DrawView / content.css
CommitLineData
21c4e167
H
1#gview-cmenu {
2 position: absolute;
3 border: 1px solid #ccc;
4 background: #fff;
5 margin: 0;
6 padding: 0;
7 top: 0;
8 left: 0;
9 z-index: 10000;
10 list-style-type: none;
11 -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
12}
13
14#gview-cmenu:focus {
15 outline: none;
16}
17
18.gview-cmenu-item {
19 margin: 0;
20 padding: 5px 7px;
21 cursor: default;
22 font-size: 13px;
23 font-family: arial, san-serif;
24 color: #000;
25 -webkit-user-select: none;
26}
27
28.gview-cmenu-item:hover {
29 background-color: #F0F7F9;
30}
31
32.gview-cmenu-item:first-child {
33 border-bottom: 1px solid #ddd;
34}
35
36.gview-hidden {
37 display: none;
38}
This page took 0.155874 seconds and 4 git commands to generate.