Last active
November 27, 2017 17:57
-
-
Save mwoffenden/048c493cd12302358dc530f34d1a02e1 to your computer and use it in GitHub Desktop.
SmarterTrack 13 Admin improvements
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif!important; | |
line-height: 180%!important; | |
color: #434a54!important; | |
background: #fafafc!important; | |
} | |
.panel-grid .panel-item.selected { | |
background-color: #cde6f3 !important; | |
} | |
div.replyin { | |
border-style: solid; | |
border-width: 2px; | |
border-color: #edbc98; | |
margin: 0 0 1em; | |
} | |
div.replyout { | |
border-style: solid; | |
border-width: 2px; | |
border-color: #6ea6c5; | |
margin: 0 0 1em; | |
} | |
.SearchBar { | |
background-color: #fff; | |
padding: 0px; | |
} | |
.SearchBar div.SearchBarContainer { | |
width: auto; | |
background-color: #b6e98766; | |
display: -webkit-box; | |
display: -ms-flexbox; | |
display: flex; | |
line-height: 120% !important; | |
} | |
.SearchBar div.SearchBarContainer a { | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
margin: 0px; | |
cursor: pointer; | |
color: #444; | |
} | |
div.note { | |
border-style: solid; | |
font-style: italic; | |
border-width: 12px; | |
border-color: #f5f58ee6; | |
} | |
.SearchBar div.SearchBarContainer input { | |
box-shadow: 0 0; | |
-webkit-box-flex: 1; | |
-ms-flex: 1 1 auto; | |
flex: 1 1 auto; | |
height: 18px; | |
font-size: 1em; | |
line-height: 20px; | |
margin: 2px 2px 0; | |
padding: 0; | |
border: none; | |
background: 0 0; | |
-webkit-appearance: none; | |
-webkit-box-ordinal-group: 2; | |
-ms-flex-order: 1; | |
order: 1; | |
} | |
div#TicketPanelGrid.panel-grid .panel-item > div:nth-child(1) > div:nth-child(1) { | |
display: none; | |
} | |
div#TicketPanelGrid.panel-grid .panel-item > div:nth-child(1) > div:nth-child(3) { | |
display: none; | |
} | |
div#TicketPanelGrid.panel-grid .panel-item > div:nth-child(1) > div:nth-child(4) { | |
display: none; | |
} | |
div#TicketPanelGrid.panel-grid .panel-item .row.side-status { | |
padding-left: 14px; | |
} | |
.SearchBarContainer { | |
display: table!important; | |
width: 100%!important; | |
} | |
.SearchBarContainer input { | |
float: left!important; | |
width: 80%!important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment