mirror of
https://gitlab.com/MrFry/qmining-data-editor
synced 2025-04-01 20:24:01 +02:00
21 lines
308 B
CSS
21 lines
308 B
CSS
.searchBar {
|
|
margin: 10px;
|
|
padding: 10px;
|
|
color: white;
|
|
background-color: #212127;
|
|
border: none;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.searchContainer {
|
|
width: 100%;
|
|
display: flex;
|
|
}
|
|
|
|
.clearButton {
|
|
width: 80px;
|
|
background-color: var(--background-color);
|
|
color: white;
|
|
cursor: pointer;
|
|
border: none;
|
|
}
|