Merge pull request #18 from keepassxreboot/css_fixes

CSS modifications
This commit is contained in:
Janek Bevendorff 2018-02-28 00:50:56 +01:00 committed by GitHub
commit 012551673f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 1 deletions

11
.gitignore vendored Normal file
View file

@ -0,0 +1,11 @@
.idea
*.swp
*~
*.tmp
*.zip
*.crx
.bz
.bz2
.xz

View file

@ -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;
}

View file

@ -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%;