CSS modifications

This commit is contained in:
varjolintu 2018-02-22 14:07:22 +02:00 committed by Janek Bevendorff
parent d2eb986289
commit 2855947bc0
No known key found for this signature in database
GPG key ID: 2FDEB0D40BCA5E11
2 changed files with 4 additions and 1 deletions

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