Änderungen design css dateien body

This commit is contained in:
ja
2021-08-24 16:46:54 +02:00
parent e2a5688556
commit 1740d71147
2 changed files with 16 additions and 18 deletions

View File

@@ -130,14 +130,16 @@
});
</script>
<style>
body{
background-image: url(../images/road.jpg);
background-position:center center;
background-repeat: no-repeat;
background-attachment:fixed;
background-size:cover;
background-color:#fff;
}
body{
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: url(images/road.jpg);
background-position:center center;
background-repeat: no-repeat;
background-attachment:fixed;
background-size:cover;
/* background-color:#043381;*/
}
#myTable tr:hover{
color:white;
background-color:#043381;
@@ -201,16 +203,7 @@
color:#043381;
background-color:#fff;
}
body{
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: url(images/road.jpg);
background-position:center center;
background-repeat: no-repeat;
background-attachment:fixed;
background-size:cover;
/* background-color:#043381;*/
}
.sidebar-header{
background-color: #fff;

View File

@@ -80,6 +80,11 @@
align-items: center;
justify-content: center;
}
.btn-primary:hover {
color: #043381;
background-color:#fff;
border-color: #043381;
}
.btn-primary {
color: #fff;
background-color: #043381;