1.1.18 - imagine useful commit messages

This commit is contained in:
exttex
2021-04-01 19:47:42 +02:00
parent 984a5d9296
commit 85f293893a
23 changed files with 15937 additions and 284 deletions

View File

@ -0,0 +1,56 @@
.theme--dark.v-tabs > .v-tabs-bar {
background-color: #00000000 !important;
backdrop-filter: blur(16px);
}
.theme--dark.v-list {
background-color: #00000000 !important;
}
.theme--light.v-list {
background-color: #ffffff00 !important;
}
.theme--dark.v-application {
background-color: #000000aa !important;
}
.theme--light.v-application {
background-color: #ffffff00 !important;
}
.v-list-item {
background-color: #00000000;
}
.v-list {
background-color: #000000aa !important;
}
.v-item-group {
background-color: #00000000 !important;
backdrop-filter: blur(16px);
}
.v-card {
background-color: #00000000 !important;
backdrop-filter: blur(16px);
}
.v-navigation-drawer {
background-color: #00000000 !important;
}
.theme--dark.v-navigation-drawer--is-mouseover {
background-color: #12121277 !important;
backdrop-filter: blur(16px);
}
.theme--light.v-navigation-drawer--is-mouseover {
background-color: #ffffff66 !important;
backdrop-filter: blur(16px);
}
.v-toolbar {
background-color: #00000000 !important;
}
.v-navigation-drawer--mini-variant {
background-color: #00000000 !important;
}
.v-footer {
background-color: #00000000 !important;
}
.theme--dark.v-select-list div {
background-color: #212121;
}
.theme--light.v-select-list div {
background-color: #ffffff;
}