Skip to content

Instantly share code, notes, and snippets.

@gkaran
Last active June 8, 2018 13:32
Show Gist options
  • Save gkaran/212535a2de9e3027c8160f273dc47088 to your computer and use it in GitHub Desktop.
Save gkaran/212535a2de9e3027c8160f273dc47088 to your computer and use it in GitHub Desktop.
@-moz-document domain("info.foodtecsolutions.com") {
table.dbobject-table, table.reportTable {
border-collapse: separate;
border-spacing: 0;
width: 100%;
color: #666;
}
.dbobject-table tr th, .dbobject-table tr td, .reportTable tr th, .reportTable tr td {
padding: 6px 15px;
}
.dbobject-table th, .reportTable th {
background: #42444e;
color: #fff;
text-align: left;
}
.dbobject-table tr:first-child th:first-child, .reportTable tr:first-child th:first-child {
border-top-left-radius: 6px;
}
.dbobject-table tr:first-child th:last-child, .reportTable tr:first-child th:last-child {
border-top-right-radius: 6px;
}
.dbobject-table td, .reportTable td {
border-right: 1px solid #c6c9cc;
border-bottom: 1px solid #c6c9cc;
}
.dbobject-table td:first-child, .reportTable td:first-child {
border-left: 1px solid #c6c9cc;
}
.dbobject-table tr:nth-child(even) td, .reportTable tr:nth-child(even) td {
background: #eaeaed;
}
.dbobject-table tr:last-child td:first-child, .reportTable tr:last-child td:first-child {
border-bottom-left-radius: 6px;
}
.dbobject-table tr:last-child td:last-child, .reportTable tr:last-child td:last-child {
border-bottom-right-radius: 6px;
}
.dbobject-table tr td.ownBugPartialHours {
background: #42444e;
color: #fff;
}
.dbobject-table th, .reportTable th {
border-bottom: 1px solid #c6c9cc;
}
.codeSubmitted {
background-color: #ffbd70!important;
}
.codeSubmitted a:-webkit-any-link {
color: white!important;
}
.issuesTabBugTable th:nth-child(n+3):nth-child(-n+7), .issuesTabBugTable th:nth-child(1), .issuesTabBugTable td:nth-child(n+3):nth-child(-n+7), .issuesTabBugTable td:nth-child(1) {
text-align: right;
}
}
@-moz-document domain("info.foodtecsolutions.com") {
.tabLabel {
background: #717485;
color: #fff;
padding-bottom: 4px;
border-top-right-radius: 6px;
border-top-left-radius: 6px;
}
.tab li.selected span.tabLabel {
background: #42444e;
color: #fff;
padding-bottom: 3px;
}
.tab {
border-bottom-color: #42444e;
box-shadow: 0px 2px 0px 0px #42444e42;
}
.error {
background-color: darkorange;
}
.pageAction li a, .pageButton a {
background: #636c9c;
color: #fff;
padding: 6px;
}
.pageAction li a:hover, .pageButton a:hover {
background: #4f567d;
color: #fff;
}
.pageAction {
margin-top: 30px;
margin-bottom: 15px;
}
.toolbar, .InfoMenuNormal {
background-color: #42444e;
color: white;
}
.toolbar td:nth-of-type(2) {
padding-left: 10px;
}
.InfoMenuNormal A {
color: white;
}
.user-notification-warning {
background-color: #eaeaed;
}
#custSearchDiv {
right: 4px!important;
left: auto!important;
max-width: 70vw;
background-color: white;
top: 32px!important;
border-top: 0!important;
border-width:1px;
border-color: #42444e;
box-shadow: -2px 2px 5px 0px #42444e42;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment