Skip to content

Commit

Permalink
Rendering improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed Mar 8, 2019
1 parent 122563a commit 2df60a6
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions themes/OpenPsa2/static/jquery.ui.custom.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1457,18 +1457,13 @@ a.ui-button:active,
border-right-width: 0; border-right-width: 0;
} }


.jqgrow .ui-jqgrid .jqgrow
{ {
border-color: #e2e6de; border-color: transparent;
height: 20px; height: 20px;
padding: 1px 4px padding: 1px 4px
} }


.jqgrow.ui-state-hover
{
border-color: #b9d7e7;
}

.ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid .ui-jqgrid-hdiv
{ {
overflow: hidden; overflow: hidden;
Expand All @@ -1485,9 +1480,11 @@ a.ui-button:active,
font-size: .9em font-size: .9em
} }


.ui-jqgrid-jquery-ui.ui-jqgrid .ui-jqgrid-bdiv tr.jqfoot > td .ui-jqgrid-jquery-ui.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr.jqfoot > td
{ {
border-color: transparent; border-color: transparent;
border-top: 1px solid;
border-top-color: inherit;
} }


.ui-jqgrid-ftable tr, .ui-jqgrid-ftable tr,
Expand Down Expand Up @@ -1601,7 +1598,7 @@ a.ui-button:active,
color: white; color: white;
} }


.normal .ui-jqgrid-view .ui-jqgrid-labels .ui-state-default, .normal .ui-jqgrid-view .ui-jqgrid-labels,
.fc-view .ui-widget-header .fc-view .ui-widget-header
{ {
background: #5282bc; /* Old browsers */ background: #5282bc; /* Old browsers */
Expand All @@ -1615,15 +1612,15 @@ a.ui-button:active,
} }


/* Red headers */ /* Red headers */
.bad .ui-jqgrid-view .ui-state-default .bad .ui-jqgrid-view .ui-jqgrid-labels
{ {
background: #e2585d; /* Old browsers */ background: #e2585d; /* Old browsers */
background: -ms-linear-gradient(top, #e4575b 0%, #e0524e 56%, #d41f2a 100%); /* IE10+ */ background: -ms-linear-gradient(top, #e4575b 0%, #e0524e 56%, #d41f2a 100%); /* IE10+ */
background: linear-gradient(to bottom, #e4575b 0%, #e0524e 56%, #d41f2a 100%); /* W3C */ background: linear-gradient(to bottom, #e4575b 0%, #e0524e 56%, #d41f2a 100%); /* W3C */
} }


/* Green headers */ /* Green headers */
.good .ui-jqgrid-view .ui-state-default .good .ui-jqgrid-view .ui-jqgrid-labels
{ {
background: #78a939; /* Old browsers */ background: #78a939; /* Old browsers */
background: -ms-linear-gradient(top, #7aa83b 0%, #749e3d 56%, #5d8220 100%); /* IE10+ */ background: -ms-linear-gradient(top, #7aa83b 0%, #749e3d 56%, #5d8220 100%); /* IE10+ */
Expand Down

0 comments on commit 2df60a6

Please sign in to comment.