pagination responsive updated

This commit is contained in:
batuhanbas
2020-02-13 11:36:47 +03:00
parent 072b072528
commit c0d2fad26a
5 changed files with 40 additions and 81 deletions

View File

@ -663,29 +663,33 @@ button.bg-darker:focus
/*--Darker Color Finish--*/
/*--Green Color--*/
.bg-green {
.bg-green
{
background-color: #6da252 !important;
}
a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
button.bg-green:focus
{
background-color: #3d7224 !important;
}
/*--Green Color Finish--*/
/*--Yellow Color--*/
.bg-yellow {
.bg-yellow
{
background-color: #efef32 !important;
}
}
a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
background-color: #bcbf03 !important;
}
a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus
{
background-color: #bcbf03 !important;
}
/*--Yellow Color Finish--*/
/*--------Background Colors Finish--------*/
@ -1848,7 +1852,6 @@ button.bg-green:focus {
}
/*--Danger Color Finish--*/
/*--Warning Color--*/
.bg-gradient-warning
{
@ -1946,10 +1949,11 @@ button.bg-green:focus {
background: unset;
}
.avatar-xs {
font-size: .875rem;
width: 30px;
height: 30px;
.menu-avatar
{
font-size: .875rem !important;
width: 30px !important;
height: 30px !important;
}
/*--Left Menu Icon Finish--*/
@ -2028,7 +2032,7 @@ div.required .form-control-label:not(span):after, td.required:after
color : #ef3232 !important;
}
/*--Error Message Color Finish--*/
/*--------Form Error Color--------*/
/*--------Form Error Color Finish--------*/
/*--------Navbar Colors--------*/
@ -2116,14 +2120,6 @@ div.required .form-control-label:not(span):after, td.required:after
/*--------Checkbox Color Finish--------*/
/*--------Bulk Action Card Header Color--------*/
.bg-bulkaction
{
background-image: linear-gradient(to right, #ffffff, #e5e5e5);
}
/*--------Bulk Action Card Header Color Finish--------*/
/*--------Form Input Colors--------*/
.form-control-label
{
@ -2218,22 +2214,6 @@ div.required .form-control-label:not(span):after, td.required:after
/*--------Item Index Image Color Finish--------*/
/*--------Wizard Steps Color--------*/
.wizard-steps-color
{
color: #adb5bd !important;
cursor:default;
}
.wizard-steps-color-active:hover
{
color: #ffffff !important;
background-color: #3c3f72 !important;
border-color: #3c3f72 !important;
}
/*--------Wizard Steps Color Finish--------*/
/*--------Pagination Active Color--------*/
.page-item.active .page-link
{
@ -2373,24 +2353,6 @@ option:focus
/*--------List Group Item Active Finish-------*/
/*--Create Category Button Color--*/
.category-add
{
height: 3.3em !important;
margin-left: -0.2em;
color: #adb5bd !important;
border-color: #dee2e6 !important;
background-color: #ffffff !important;
box-shadow: none;
}
.category-add:hover
{
box-shadow: none;
}
/*--Create Category Button Color Finish--*/
/*--Wizard Delete Button Text--*/
.action-delete
{

33
public/css/custom.css vendored
View File

@ -109,7 +109,7 @@ button:focus
{
outline: none !important;
}
/*--Button Element Focus Finisj--*/
/*--Button Element Focus Finish--*/
/*--Button Hover--*/
@ -147,12 +147,6 @@ button:focus
overflow: hidden;
}
/*--------Left Menu--------*/
.g-sidenav-hidden .navbar-vertical.navbar-expand-xs
{
overflow: hidden !important;
}
/*--------Left Menu Finish--------*/
/*--------Customer/Vendor Show--------*/
@ -207,7 +201,7 @@ button:focus
/*--------Index Page Tables Finish--------*/
/*--------Left Menu Dropdown--------*/
/*--------Left Menu--------*/
.menu-dropdown
{
position: absolute !important;
@ -218,7 +212,13 @@ button:focus
{
min-width: 13rem !important;
}
/*--------Left Menu Dropdown Finish--------*/
.g-sidenav-hidden .navbar-vertical.navbar-expand-xs
{
overflow: hidden !important;
}
/*--------Left Menu Finish--------*/
/*--------Max Width 100 Pixel--------*/
@ -276,14 +276,6 @@ button:focus
/*--------Table Body Row Margin Finish--------*/
/*--------Card Footer--------*/
.card-footer
{
margin: 0;
}
/*--------Card Footer Finish--------*/
/*--------Item Column Image--------*/
.item-img
{
@ -609,7 +601,6 @@ button:focus
}
/*--------Invoice and Bill Total Column Finish--------*/
/*--------Custom Table--------*/
.table thead th
{
@ -836,6 +827,12 @@ table .align-items-center td span.badge {
{
float: right;
}
.pagination-xs
{
padding-right: 0;
padding-top: 1.5rem;
}
}
/*--Xs Breakpoint Finish--*/