Body Screen Changed
This commit is contained in:
parent
385fb1d7fe
commit
1cd1b7c4e1
@ -34,8 +34,8 @@ if(!empty($mms))
|
||||
|
||||
}
|
||||
.btn-success {
|
||||
background-color: #3c8dbc;
|
||||
border-color: #3c8dbc;
|
||||
background-color: #5d0411;
|
||||
border-color: #5d0411;
|
||||
}
|
||||
|
||||
|
||||
@ -46,7 +46,7 @@ if(!empty($mms))
|
||||
<!-- TABLE: LATEST ORDERS -->
|
||||
<div class="box box-info">
|
||||
<div class="box-header with-border">
|
||||
<center><h3 class="box-title"><p style="color:#3c8dbc"><b>Report - Purchase</b></p></h3></center>
|
||||
<center><h3 class="box-title"><p style="color:#5d0411"><b>Report - Purchase</b></p></h3></center>
|
||||
</div>
|
||||
<!-- /.box-header -->
|
||||
|
||||
|
||||
@ -410,9 +410,7 @@ function validateESI() {
|
||||
|
||||
</script>
|
||||
<style>
|
||||
legend{
|
||||
color:#00c0ef ! important;
|
||||
}
|
||||
|
||||
.form-group
|
||||
{
|
||||
padding-bottom:4%;
|
||||
|
||||
@ -300,9 +300,7 @@ $(function() {
|
||||
</script>
|
||||
|
||||
<style>
|
||||
legend{
|
||||
color:#5d0411 ! important;
|
||||
}
|
||||
|
||||
.form-group
|
||||
{
|
||||
padding-bottom:4%;
|
||||
|
||||
@ -416,9 +416,7 @@ function ValidateUA() {
|
||||
</script>
|
||||
|
||||
<style>
|
||||
legend{
|
||||
color:#5d0411 ! important;
|
||||
}
|
||||
|
||||
.form-group
|
||||
{
|
||||
padding-bottom:4%;
|
||||
|
||||
@ -626,9 +626,7 @@ function onlyAlphabets(evt) {
|
||||
|
||||
</script>
|
||||
<style>
|
||||
legend{
|
||||
color:#5d0411 ! important;
|
||||
}
|
||||
|
||||
.form-group
|
||||
{
|
||||
padding-bottom:4%;
|
||||
|
||||
@ -394,7 +394,7 @@ function onlyAlphabets(evt) {
|
||||
|
||||
<style>
|
||||
legend{
|
||||
color:#5d0411 ! important;
|
||||
|
||||
margin-left:-2%;
|
||||
}
|
||||
|
||||
|
||||
@ -117,6 +117,9 @@ $(function() {
|
||||
thead{
|
||||
background:#ad9271 !important;
|
||||
}
|
||||
legend{
|
||||
color:#ef980e !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" crossorigin="anonymous">
|
||||
|
||||
2
assets/dist/css/AdminLTE.min.css
vendored
2
assets/dist/css/AdminLTE.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user