Update develop realisasi belanja
This commit is contained in:
Vendored
+18
-1
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user