Änderungen design css dateien body
This commit is contained in:
@@ -130,14 +130,16 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
body{
|
body{
|
||||||
background-image: url(../images/road.jpg);
|
font-family: 'Poppins', sans-serif;
|
||||||
background-position:center center;
|
background: #fafafa;
|
||||||
background-repeat: no-repeat;
|
background-image: url(images/road.jpg);
|
||||||
background-attachment:fixed;
|
background-position:center center;
|
||||||
background-size:cover;
|
background-repeat: no-repeat;
|
||||||
background-color:#fff;
|
background-attachment:fixed;
|
||||||
}
|
background-size:cover;
|
||||||
|
/* background-color:#043381;*/
|
||||||
|
}
|
||||||
#myTable tr:hover{
|
#myTable tr:hover{
|
||||||
color:white;
|
color:white;
|
||||||
background-color:#043381;
|
background-color:#043381;
|
||||||
@@ -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;
|
||||||
|
|||||||
@@ -80,6 +80,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;
|
||||||
|
|||||||
Reference in New Issue
Block a user