This commit is contained in:
yuri
2019-04-11 16:30:41 +03:00
parent 273698e2fc
commit 17e87f58c3
2 changed files with 10 additions and 0 deletions
+8
View File
@@ -178,6 +178,14 @@ blockquote {
font-weight: normal;
}
.table tr > th {
font-weight: normal;
}
.table tr.accented {
background-color: @table-bg-accent;
}
.form-group.hidden-cell {
margin-bottom: 0;
}
+2
View File
@@ -84,6 +84,8 @@
@btn-default-bg: @main-gray;
@btn-default-border: @main-gray;
@table-bg-accent: #f9f9f9;
@code-bg: #f9f9f9;
@code-color: @text-color;