summaryrefslogtreecommitdiffstats
path: root/extensions/GuidedBugEntry/web/style
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2014-10-29 16:21:11 +0100
committerDylan William Hardison <dylan@hardison.net>2015-02-02 14:45:45 +0100
commit2344279351712a6ad4176da273ecebb0bf1ff57d (patch)
treeb273d9e3d369bc9d478cab6b6f01985182662f30 /extensions/GuidedBugEntry/web/style
parent1ccc683d4d94ea70e763fbd4af9721cb4bca1c0d (diff)
downloadbugzilla-2344279351712a6ad4176da273ecebb0bf1ff57d.tar.gz
bugzilla-2344279351712a6ad4176da273ecebb0bf1ff57d.tar.xz
Bug 1050226 - Offer web devs a more focused set of product/components to file bugs in
Diffstat (limited to 'extensions/GuidedBugEntry/web/style')
-rw-r--r--extensions/GuidedBugEntry/web/style/guided.css6
1 files changed, 1 insertions, 5 deletions
diff --git a/extensions/GuidedBugEntry/web/style/guided.css b/extensions/GuidedBugEntry/web/style/guided.css
index eca500c69..1676880ce 100644
--- a/extensions/GuidedBugEntry/web/style/guided.css
+++ b/extensions/GuidedBugEntry/web/style/guided.css
@@ -207,14 +207,10 @@ ul.product-list > li > .product-item {
padding: 5px;
}
-#bugForm tr:nth-child(even) td, #bugForm tr:nth-child(even) th {
+#bugForm tr {
background: #e0e0e0;
}
-#bugForm tr.odd td {
- background: inherit;
-}
-
#bugForm .label {
text-align: left;
font-weight: bold;