[build] rebuild of the oscar theme, build from ad208378

the CSS files has been build by:

    $ make themes.oscar

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2020-05-15 10:23:21 +02:00
parent ad208378bb
commit c9f9e7da52
4 changed files with 20 additions and 2 deletions

View file

@ -730,3 +730,12 @@ code {
.table > tbody > tr > th {
vertical-align: middle !important;
}
.nav-tabs.nav-justified {
margin-bottom: 20px;
}
p {
margin: 10px 0;
}
input.cursor-text {
margin: 10px 0;
}

File diff suppressed because one or more lines are too long

View file

@ -703,6 +703,15 @@ code {
.table > tbody > tr > th {
vertical-align: middle !important;
}
.nav-tabs.nav-justified {
margin-bottom: 20px;
}
p {
margin: 10px 0;
}
input.cursor-text {
margin: 10px 0;
}
/*Global*/
body {
background: #1d1f21 none !important;

File diff suppressed because one or more lines are too long