|
26 | 26 | #reports-widget-drawer.editing #create-widget { display: none; }
|
27 | 27 | #reports-widget-drawer.editing #save-widget { display: block; }
|
28 | 28 |
|
29 |
| -.options-item .edit { display: block; right: 10px; top: 0; font-size: 17px; cursor: pointer; color: #a7a7a7; padding: 7px 10px; line-height: 15px; background-color: rgba(255,255,255,0.03); transition: background-color 1s; } |
30 |
| -.options-item .edit:before { font-size:20px; font-family: 'Ionicons'; content: "\f396"; } |
31 |
| -.options-item .edit:hover { color: #6B6B6B; background-color: rgba(255,255,255,0.06); transition: background-color 1s; } |
32 |
| -.options-item:hover .edit { display: block; } |
33 |
| -.options-item .edit-menu { |
| 29 | + #reports-table .options-item .edit { display: block; right: 10px; top: 0; font-size: 17px; cursor: pointer; color: #a7a7a7; padding: 7px 10px; line-height: 15px; background-color: rgba(255,255,255,0.03); transition: background-color 1s; } |
| 30 | + #reports-table .options-item .edit:before { font-size:20px; font-family: 'Ionicons'; content: "\f396"; } |
| 31 | + #reports-table .options-item .edit:hover { color: #6B6B6B; background-color: rgba(255,255,255,0.06); transition: background-color 1s; } |
| 32 | + #reports-table .options-item :hover .edit { display: block; } |
| 33 | + #reports-table .options-item .edit-menu { |
34 | 34 | margin: -6px -80px;
|
35 | 35 | display: none;
|
36 | 36 | float:left;
|
|
44 | 44 | padding:10px 0 10px 0;
|
45 | 45 | border: 1px solid #d0d0d0;
|
46 | 46 | }
|
47 |
| -.options-item .edit-menu .item { |
| 47 | + #reports-table .options-item .edit-menu .item { |
48 | 48 | cursor: pointer;
|
49 | 49 | padding: 8px 20px;
|
50 | 50 | font-size: 24px;
|
51 | 51 | white-space: nowrap;
|
52 | 52 | cursor:pointer; font-size: 13px; white-space: nowrap; color:#474747; }
|
53 |
| -.options-item .edit-menu .item:hover { background-color: #f3f3f3; } |
| 53 | + #reports-table .options-item .edit-menu .item:hover { background-color: #f3f3f3; } |
54 | 54 |
|
55 |
| - .options-item .edit-menu:before { |
| 55 | + #reports-table .options-item .edit-menu:before { |
56 | 56 | border: 4px solid rgba(194, 225, 245, 0);
|
57 | 57 | border-bottom-color: #FFF;
|
58 | 58 | right: 7px;
|
|
65 | 65 | z-index: 2;
|
66 | 66 | }
|
67 | 67 |
|
68 |
| - .options-item .edit-menu:after { |
| 68 | + #reports-table .options-item .edit-menu:after { |
69 | 69 | border: 5px solid rgba(194, 225, 245, 0);
|
70 | 70 | border-bottom-color: #d0d0d0;
|
71 | 71 | right: 6px;
|
|
0 commit comments