Skip to content

Commit b00ee1c

Browse files
committed
Responsive Table #31 : FIXED
1 parent 8c12901 commit b00ee1c

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

src/main/resources/gwt/material/design/public/css/overridecss.css

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
color: rgba(0, 0, 0, 0.87);
1616
}
1717

18+
/**SCROLLSPY**/
19+
.table-of-contents a.active{
20+
border-left: 2px solid #2196f3 !important;
21+
}
22+
.table-of-contents a:hover{
23+
border-left: 1px solid #2196f3 !important;
24+
}
1825
/**WINDOW**/
1926
.material-window nav .nav-wrapper{
2027
width: 100% !important;
@@ -49,13 +56,7 @@ nav .nav-wrapper .side-nav i{
4956
nav .nav-wrapper .collapsible-body{
5057
padding: 0px !important;
5158
}
52-
nav .nav-wrapper .collapsible-body a{
53-
padding-left: 50px;
54-
}
5559

56-
nav .nav-wrapper .collapsible-body a .active{
57-
background: red;
58-
}
5960

6061
.gwt-material-design-client-resources-MaterialCSS-collectionAvatarIcon{
6162
position: absolute;
@@ -216,10 +217,6 @@ a:hover,a:visited {
216217
transform: scale(1) !important;
217218
}
218219

219-
th {
220-
display: table-cell !important;
221-
}
222-
223220
/**
224221
*** Material Animations
225222
**/

0 commit comments

Comments
 (0)