Änderungen CSSÄnderungen design css dateien body

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

View File

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

View File

@@ -69,7 +69,6 @@
width:1400px; width:1400px;
overflow-x:auto; overflow-x:auto;
} }
} }
#innerhtmltable{ #innerhtmltable{
margin-left: /*5px*/0.19615535504119264vw; margin-left: /*5px*/0.19615535504119264vw;
@@ -80,6 +79,11 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
.btn-primary:hover {
color: #043381;
background-color:#fff;
border-color: #043381;
}
.btn-primary { .btn-primary {
color: #fff; color: #fff;
background-color: #043381; background-color: #043381;