]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_tables.scss
Added examples, updated docs for image gallery api endpoints
[bookstack] / resources / sass / _tables.scss
index c78e13446129644f1ea9501c3b177435f281983e..2aaa74d5f4a42ff74478633db1322cc4460d2f32 100644 (file)
@@ -35,7 +35,7 @@ table.table {
     font-weight: bold;
   }
   tr:hover {
-    @include lightDark(background-color, #eee, #333);
+    @include lightDark(background-color, #F2F2F2, #333);
   }
   .text-right {
     text-align: end;
@@ -49,6 +49,12 @@ table.table {
   a {
     display: inline-block;
   }
+  &.expand-to-padding {
+    margin-left: -$-s;
+    margin-right: -$-s;
+    width: calc(100% + (2*#{$-s}));
+    max-width: calc(100% + (2*#{$-s}));
+  }
 }
 
 table.no-style {
@@ -59,7 +65,7 @@ table.no-style {
 }
 
 table.list-table {
-  margin: 0 -$-xs;
+  margin: 0 (-$-xs);
   td {
     border: 0;
     vertical-align: middle;