rounded modals
This commit is contained in:
parent
a0c54f31c8
commit
5ede8379f5
1 changed files with 1 additions and 1 deletions
2
src/renderer/less/bootstrap.less
vendored
2
src/renderer/less/bootstrap.less
vendored
|
@ -1046,7 +1046,7 @@
|
|||
background-color: var(--modalBackground);
|
||||
background-clip : padding-box;
|
||||
border : 1px solid rgba(0, 0, 0, 0.2);
|
||||
border-radius : 0.3rem;
|
||||
border-radius : var(--panelRadius);
|
||||
outline : 0;
|
||||
box-shadow : var(--ciderShadow-Generic);
|
||||
overflow : hidden;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue