Skip to content

Commit 3c92d05

Browse files
committed
[reports] add prefix for css
1 parent eb966ac commit 3c92d05

File tree

1 file changed

+9
-9
lines changed
  • plugins/reports/frontend/public/stylesheets

1 file changed

+9
-9
lines changed

plugins/reports/frontend/public/stylesheets/main.css

+9-9
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
#reports-widget-drawer.editing #create-widget { display: none; }
2727
#reports-widget-drawer.editing #save-widget { display: block; }
2828

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 {
3434
margin: -6px -80px;
3535
display: none;
3636
float:left;
@@ -44,15 +44,15 @@
4444
padding:10px 0 10px 0;
4545
border: 1px solid #d0d0d0;
4646
}
47-
.options-item .edit-menu .item {
47+
#reports-table .options-item .edit-menu .item {
4848
cursor: pointer;
4949
padding: 8px 20px;
5050
font-size: 24px;
5151
white-space: nowrap;
5252
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; }
5454

55-
.options-item .edit-menu:before {
55+
#reports-table .options-item .edit-menu:before {
5656
border: 4px solid rgba(194, 225, 245, 0);
5757
border-bottom-color: #FFF;
5858
right: 7px;
@@ -65,7 +65,7 @@
6565
z-index: 2;
6666
}
6767

68-
.options-item .edit-menu:after {
68+
#reports-table .options-item .edit-menu:after {
6969
border: 5px solid rgba(194, 225, 245, 0);
7070
border-bottom-color: #d0d0d0;
7171
right: 6px;

0 commit comments

Comments
 (0)