mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-13 22:13:20 +00:00
Update template-list-dialog
This commit is contained in:
parent
031291612f
commit
4487ab5167
@ -1,4 +1,4 @@
|
|||||||
<div mat-dialog-content>
|
<div mat-dialog-content class="content">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<mat-form-field floatPlaceholder="never">
|
<mat-form-field floatPlaceholder="never">
|
||||||
<input matInput #filter placeholder="Filter templates" />
|
<input matInput #filter placeholder="Filter templates" />
|
||||||
|
@ -16,3 +16,26 @@
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div {
|
||||||
|
scrollbar-color: darkgrey #263238;
|
||||||
|
scrollbar-width: thin;
|
||||||
|
}
|
||||||
|
|
||||||
|
mat-table {
|
||||||
|
scrollbar-color: darkgrey #263238;
|
||||||
|
scrollbar-width: thin;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
width: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-track {
|
||||||
|
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
background-color: darkgrey;
|
||||||
|
outline: 1px solid #263238;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user