Merge pull request #13306 from andreubisquerra/develop

Black head bar with Colorfull TakePOS theme
This commit is contained in:
Laurent Destailleur 2020-03-11 16:48:05 +01:00 committed by GitHub
commit a25cf8448d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,4 +22,12 @@ button.actionbutton {
tr.selected, tr.selected td {
background-color: #0000FF !important;
color: #FFFFFF !important;
}
}
.header{
background: rgb(0,0,0) !important;
}
.topnav{
background: rgb(0,0,0) !important;
}