Body Screen Changed

This commit is contained in:
gandhimathi 2017-12-06 17:43:39 +05:30
parent 385fb1d7fe
commit 1cd1b7c4e1
8 changed files with 12 additions and 17 deletions

View File

@ -34,8 +34,8 @@ if(!empty($mms))
} }
.btn-success { .btn-success {
background-color: #3c8dbc; background-color: #5d0411;
border-color: #3c8dbc; border-color: #5d0411;
} }
@ -46,7 +46,7 @@ if(!empty($mms))
<!-- TABLE: LATEST ORDERS --> <!-- TABLE: LATEST ORDERS -->
<div class="box box-info"> <div class="box box-info">
<div class="box-header with-border"> <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> </div>
<!-- /.box-header --> <!-- /.box-header -->

View File

@ -410,9 +410,7 @@ function validateESI() {
</script> </script>
<style> <style>
legend{
color:#00c0ef ! important;
}
.form-group .form-group
{ {
padding-bottom:4%; padding-bottom:4%;

View File

@ -300,9 +300,7 @@ $(function() {
</script> </script>
<style> <style>
legend{
color:#5d0411 ! important;
}
.form-group .form-group
{ {
padding-bottom:4%; padding-bottom:4%;

View File

@ -416,9 +416,7 @@ function ValidateUA() {
</script> </script>
<style> <style>
legend{
color:#5d0411 ! important;
}
.form-group .form-group
{ {
padding-bottom:4%; padding-bottom:4%;

View File

@ -626,9 +626,7 @@ function onlyAlphabets(evt) {
</script> </script>
<style> <style>
legend{
color:#5d0411 ! important;
}
.form-group .form-group
{ {
padding-bottom:4%; padding-bottom:4%;

View File

@ -394,7 +394,7 @@ function onlyAlphabets(evt) {
<style> <style>
legend{ legend{
color:#5d0411 ! important;
margin-left:-2%; margin-left:-2%;
} }

View File

@ -117,6 +117,9 @@ $(function() {
thead{ thead{
background:#ad9271 !important; background:#ad9271 !important;
} }
legend{
color:#ef980e !important;
}
</style> </style>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" crossorigin="anonymous"> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" crossorigin="anonymous">

File diff suppressed because one or more lines are too long