mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
commit
012551673f
3 changed files with 15 additions and 1 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.idea
|
||||
|
||||
*.swp
|
||||
*~
|
||||
*.tmp
|
||||
|
||||
*.zip
|
||||
*.crx
|
||||
.bz
|
||||
.bz2
|
||||
.xz
|
||||
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
.kpxc .ui-dialog {
|
||||
font-size: 12px !important;
|
||||
box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
|
||||
}
|
||||
|
||||
.kpxc .ui-widget-overlay {
|
||||
|
|
@ -28,6 +29,7 @@
|
|||
}
|
||||
|
||||
.kpxc .ui-dialog-titlebar {
|
||||
font-family: 'Lato',sans-serif;
|
||||
background-color: #6cac4d;
|
||||
color: #fff;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,8 @@ body {
|
|||
.navbar-default {
|
||||
font-family: 'Lato',sans-serif;
|
||||
background-color: #6cac4d;
|
||||
border-color: #3a8233;
|
||||
border: 0px;
|
||||
box-shadow: 0 2px 6px 0;
|
||||
display: inline-block;
|
||||
float: none;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue