mirror of
https://gitlab.com/MrFry/qmining-data-editor
synced 2025-04-01 20:24:01 +02:00
Multiple db handling, font size changes
This commit is contained in:
parent
a0d51266a0
commit
07b34762c3
8 changed files with 119 additions and 46 deletions
|
@ -1,5 +1,5 @@
|
|||
.subjName {
|
||||
font-size: 24px;
|
||||
font-size: 18px;
|
||||
background-color: #9999ff;
|
||||
color: black;
|
||||
padding: 10px;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
.questionInput {
|
||||
flex-grow: 1;
|
||||
font-size: 22px;
|
||||
background-color: var(--background-color);
|
||||
color: white;
|
||||
border: none;
|
||||
|
@ -20,7 +19,6 @@
|
|||
|
||||
.deleteButton {
|
||||
padding: 6px;
|
||||
font-size: 22px;
|
||||
background-color: var(--background-color);
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
color: white;
|
||||
background-color: #212127;
|
||||
border: none;
|
||||
font-size: 18px;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
|
@ -17,7 +16,6 @@
|
|||
width: 80px;
|
||||
background-color: var(--background-color);
|
||||
color: white;
|
||||
font-size: 23px;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue