Browse Source

course full width on hover

tags/1.0.0
Robin Thoni 8 years ago
parent
commit
ed3488927e
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      app/less/app.less

+ 5
- 0
app/less/app.less View File

@@ -103,6 +103,11 @@
103 103
   border-bottom: solid @grey-color 1px;
104 104
   overflow: hidden;
105 105
   cursor: pointer;
106
+  &:hover {
107
+    left: 0 !important;
108
+    width: 100% !important;
109
+    z-index: 10;
110
+  }
106 111
 }
107 112
 
108 113
 .day-column-courses {

Loading…
Cancel
Save