Skip to content

Commit 110b9b4

Browse files
icon hover styles fix
1 parent 2e421b2 commit 110b9b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/css/LightPivot.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
}
6262

6363
.lpt .backButton:hover:before,.lpt .backButton:hover:after {
64-
background: #C768FF;
64+
background: #FF9B47;
6565
}
6666

6767
.lpt table tr:first-child th:first-child {
@@ -82,8 +82,8 @@
8282
}
8383

8484
.lpt .drillDownIcon:hover {
85-
background: #e2c8ff;
86-
border-color: #C768FF;
85+
background: #FFEEAA;
86+
border-color: #FF9B47;
8787
}
8888

8989
.lpt .drillDownIcon:after {
@@ -110,7 +110,7 @@
110110
}
111111

112112
.lpt .drillDownIcon:hover:before {
113-
background-color: #C768FF;
113+
background-color: #FF9B47;
114114
}
115115

116116
.lpt .central > div {

0 commit comments

Comments
 (0)