mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
Updating to support multi-file scripts
This commit is contained in:
@ -523,3 +523,25 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
|
||||
padding-right: 0.25rem;
|
||||
}
|
||||
|
||||
/* file-select box in script editor & viewer - make it look tabby */
|
||||
.scriptEditor .selectedFileTab div.MuiSelect-select,
|
||||
.scriptViewer .selectedFileTab div.MuiSelect-select
|
||||
{
|
||||
padding: 0.25rem 1.5rem 0.25rem 1rem !important;
|
||||
border: 1px solid lightgray;
|
||||
border-radius: 0.375rem 0.375rem 0 0;
|
||||
}
|
||||
|
||||
.scriptEditor .selectedFileTab,
|
||||
.scriptViewer .selectedFileTab
|
||||
{
|
||||
margin-bottom: -1px;
|
||||
}
|
||||
|
||||
/* show the down-arrow in the file-select box in script editor & viewer */
|
||||
.scriptEditor .selectedFileTab .MuiSelect-iconStandard,
|
||||
.scriptViewer .selectedFileTab .MuiSelect-iconStandard
|
||||
{
|
||||
display: inline;
|
||||
right: .5rem
|
||||
}
|
||||
|
Reference in New Issue
Block a user