Skip to content

Commit

Permalink
update stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
Anda Laakso committed Aug 26, 2019
1 parent 101e50d commit 6a63caa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions src/main/webapp/css/alm.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,27 @@

table tr td div.help {
margin-left: 12px;
background: none !important;
border: none !important;
background: none;
border: none;
}

#cb20 {
margin-left: 35px;
}
.help {
border: none;
background: none !important;
background-color: transparent !important;
background: none;
background-color: transparent;
}

table td .help {
background: none !important;
background: none;
}

table tr[nameref^="rowSetStart"] {
background: none !important;
background: none;
}

table tr[nameref^="cb20"] {
background-color: transparent !important;
background-color: transparent;
}
12 changes: 6 additions & 6 deletions src/main/webapp/css/build_tasks.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,22 @@ td.help-text {

table tr td div.help {
margin-left: 12px;
background: none !important;
border: none !important;
background: none;
border: none;
}

.help {
border: none !important;
background: none !important;
border: none;
background: none;
background-color: transparent;
}

table td.help {
background: none !important;
background: none;
}

table tr[nameref^="rowSetStart"] {
background: none !important;
background: none;
}

textarea.setting-input{
Expand Down

0 comments on commit 6a63caa

Please sign in to comment.