Update develop realisasi belanja

This commit is contained in:
Pusdatin BPKD Jkt
2022-07-18 11:33:24 +07:00
parent 62f94b5ab6
commit 3036b133fe
17 changed files with 328 additions and 424 deletions
+18 -1
View File
@@ -1,5 +1,14 @@
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
body{
/* background: url("../bg.jpeg") no-repeat;
background-size: cover; */
background: #d5dee7;
color:#333;
font-size: 12px;
font-family: "Ubuntu", "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
}
.select2-container {
width: 100% !important;
padding: 0;
@@ -150,7 +159,7 @@ hr{
white-space: nowrap;
}
#tempUploadRealisasi td{
#tblRealisasi td,#tempUploadRealisasi td{
white-space: nowrap;
}
@@ -273,3 +282,11 @@ hr{
}
}
.content-wrapper{
background: transparent;
}
#tblRealisasi td:hover{
cursor: pointer;
color: navy;
}