UNCLASSIFIED

Commit 9820e767 authored by graham.smith's avatar graham.smith
Browse files

more stylin'

parent 5ccbe52b
...@@ -186,7 +186,7 @@ body { ...@@ -186,7 +186,7 @@ body {
padding-left: 8px; padding-left: 8px;
color: #000000; color: #000000;
} }
.v-input__control { .v-input__control > .v-input__slot {
padding-right: 8px; padding-right: 8px;
} }
} }
...@@ -339,10 +339,6 @@ body { ...@@ -339,10 +339,6 @@ body {
color: black !important; color: black !important;
} }
.v-data-table a:hover {
text-decoration: underline;
}
.v-application a { .v-application a {
color: #021421 !important; color: #021421 !important;
} }
...@@ -365,6 +361,10 @@ body { ...@@ -365,6 +361,10 @@ body {
} }
.v-data-table { .v-data-table {
a:hover {
text-decoration: underline;
}
.mdi-arrow-up::before { .mdi-arrow-up::before {
content: "\F0143"; content: "\F0143";
color: white; color: white;
...@@ -404,6 +404,9 @@ body { ...@@ -404,6 +404,9 @@ body {
.v-data-footer { .v-data-footer {
background-color: $table-row-even-bg-light; background-color: $table-row-even-bg-light;
} }
.v-data-table-header-mobile__wrapper .v-select__slot > label {
color: map-get($material-light, "secondary-text-color");
}
} }
table > tbody > tr { table > tbody > tr {
......
...@@ -50,6 +50,7 @@ $material-light: ( ...@@ -50,6 +50,7 @@ $material-light: (
background-accent-3: #efefef, background-accent-3: #efefef,
primary: #031322, primary: #031322,
text-color: #000000, text-color: #000000,
secondary-text-color: #ffffff,
); );
$material-dark: ( $material-dark: (
background: #04243a, background: #04243a,
......
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
hide-details hide-details
></v-select> ></v-select>
</v-col> </v-col>
<v-col cols="12" sm="4" class="filter-input"> <v-col cols="12" sm="4" class="filter-input pr-sm-1">
<v-text-field <v-text-field
v-model="filter.search" v-model="filter.search"
ref="filterSearch" ref="filterSearch"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment