Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
GUI-2896: Remove remaining hpe-green refs
Browse files Browse the repository at this point in the history
Replace with CSS Level 1  'green' color where appropriate
  • Loading branch information
kamalgill committed Apr 12, 2017
1 parent ffaa66f commit 12f8668
Show file tree
Hide file tree
Showing 52 changed files with 160 additions and 121 deletions.
14 changes: 7 additions & 7 deletions eucaconsole/static/css/eucaconsole.css
Original file line number Diff line number Diff line change
Expand Up @@ -1697,13 +1697,13 @@ a.circle { color: black; display: inline-block; }

.down-caret { position: relative; top: -1px; display: inline-block; border-right: 6px solid transparent; border-top: 6px solid #000000; border-left: 6px solid transparent; content: ''; }

.up-caret { position: relative; top: -1px; display: inline-block; border-right: 6px solid transparent; border-bottom: 6px solid #01a982; border-left: 6px solid transparent; content: ''; }
.up-caret { position: relative; top: -1px; display: inline-block; border-right: 6px solid transparent; border-bottom: 6px solid #000000; border-left: 6px solid transparent; content: ''; }

#notifications { margin-left: 1rem; margin-right: 1rem; margin-top: -1rem; font-weight: bold; }
#notifications .marked { position: relative; }
#notifications .alert-box { position: fixed; padding: 0 0; top: 0; left: 50%; transform: translateX(-50%); z-index: 9999999; width: 100%; color: #000000; background-color: white; box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15); }
#notifications .alert-box.success { border: 2px solid darkgreen; }
#notifications .alert-box.success .icon { background-color: darkgreen; }
#notifications .alert-box.success { border: 2px solid green; }
#notifications .alert-box.success .icon { background-color: green; }
#notifications .alert-box.success .icon span:before { content: "✓"; }
#notifications .alert-box.warning { border: 2px solid #ffed00; }
#notifications .alert-box.warning .icon { background-color: #ffed00; }
Expand Down Expand Up @@ -1737,7 +1737,7 @@ textarea.policy-area { width: 100%; min-height: 30rem; font-family: Courier, "co
.expando .title a { color: #000000; }

.action-icon { display: inline-block; font-size: 1.4rem; color: #000000; padding-right: 0.5rem; padding-left: 0.5rem; }
.action-icon:hover { cursor: pointer; color: #01a982; }
.action-icon:hover { cursor: pointer; color: #666666; }

.flex-space { display: -ms-flexbox; display: -webkit-flex; display: flex; }
.flex-space .flex-column-0 { -webkit-flex-grow: 0; flex-grow: 0; }
Expand Down Expand Up @@ -1823,8 +1823,8 @@ form .error .chosen-container .chosen-single, form .ng-invalid.ng-touched { bord
.row.controls-wrapper label.nowrap { white-space: nowrap; }
.row.controls-wrapper label.stack-label { margin-bottom: 4px; white-space: nowrap; }
.row.controls-wrapper label.reverse { display: inline-block; text-align: left; position: relative; left: -1rem; }
.row.controls-wrapper.readonly a { color: #01a982; }
.row.controls-wrapper.readonly a:hover { color: #01a982; text-decoration: underline; }
.row.controls-wrapper.readonly a { color: #000000; text-decoration: underline; }
.row.controls-wrapper.readonly a:hover { color: #666666; text-decoration: underline; }
.row.controls-wrapper .helptext-icon.reverse { position: relative; left: 1.5rem; }
.row.controls-wrapper .reverse .error { white-space: nowrap; }
.row.controls-wrapper .checkbox-row { margin-left: 1rem; }
Expand Down Expand Up @@ -2027,7 +2027,7 @@ ul.resources-nav li a { background-color: transparent; color: #666666; padding:
ul.resources-nav li a.active { color: #000000 !important; }
ul.resources-nav li:hover { background-color: #d9d9d9; color: #666666; }
ul.resources-nav li span { padding-left: 0.5rem; white-space: nowrap; display: inline-block; vertical-align: middle; }
ul.resources-nav li span.active { background-color: #01a982; color: white; }
ul.resources-nav li span.active { background-color: #ffed00; color: white; }
ul.resources-nav li i.icon { position: absolute; left: 0.5rem; margin-top: 0.5rem; height: 2rem; width: 2rem; }
ul.resources-nav li i.icon.dashboard { background-image: url(../img/nav/Dashboard.svg); }
ul.resources-nav li i.icon.dashboard.active { background-image: url(../img/nav/Dashboard_Active.svg); }
Expand Down
5 changes: 3 additions & 2 deletions eucaconsole/static/css/pages/accounts.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
.tile .header .f-dropdown a { color: #666666; font-family: Metric-Regular, Helvetica, Arial, sans-serif; text-decoration: none; font-weight: normal; overflow: visible; white-space: normal; text-overflow: inherit; }
.tile .header .dropdown.button.tiny { color: #ffffff; }
.tile .content { padding: 8px; font-family: Metric-Regular, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.1rem; }
.tile .content a { color: #01a982; }
.tile .content a { color: #000000; text-decoration: underline; }
.tile .content a:hover { text-decoration: underline; }
.tile .content div { margin-bottom: 2px; margin-left: 28px; word-break: break-all; }
.tile .content .label { padding: 1px 3px; margin-left: -28px; font-family: Metric-Regular, Helvetica, Arial, sans-serif; font-size: 16px; background-color: #FFFFFF; color: #666666; margin-right: 0.2rem; min-width: 22px; text-align: center; }
.tile .content .label.ellipsis { margin-left: 0; }
.tile .content .fi-alert { color: darkred; }
.tile .content a.alarm-status { padding: 2px 6px; color: white; border-radius: 3px; }
.tile .content a.alarm-status:hover { text-decoration: none; }
.tile .link { text-transform: uppercase; color: #01a982; padding: 1px 3px; margin-bottom: 2px; font-size: 0.9em; }
.tile .link { text-transform: uppercase; color: #000000; padding: 1px 3px; margin-bottom: 2px; font-size: 0.9em; }
.tile .footer { position: absolute; bottom: 0; left: 0; right: 0; padding: 5px; color: white; background-color: #666666; text-align: center; line-height: 1.4rem; text-transform: capitalize; }
.tile .footer.has-progress { padding: 0 0 0 0; text-align: left; }
.tile .footer .completed { padding: 4px 0 4px 10px; text-align: center; }
Expand All @@ -82,6 +82,7 @@
.gridwrapper .table tr input[type="checkbox"] { margin-bottom: 0; }
.gridwrapper .table tr td { position: relative; padding: 8px 4px 8px 6px; vertical-align: top; }
.gridwrapper .table tr td a { color: #000000; text-decoration: underline; }
.gridwrapper .table tr td a.label { text-decoration: none; }
.gridwrapper .table tr td a:hover { color: #666666; text-decoration: underline; }
.gridwrapper .table tr td.id { max-width: 120px; }
.gridwrapper .table tr td span.actions { position: relative; float: right; top: -10px; }
Expand Down
3 changes: 2 additions & 1 deletion eucaconsole/static/css/pages/alarm-state-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
.top-state { position: relative; bottom: 1px; }

.alarm-listing { margin-top: 0.5rem; }
.alarm-listing a[href]:hover { color: #01a982; border-bottom: 1px solid #01a982; }
.alarm-listing a[href] { text-decoration: underline; }
.alarm-listing a[href]:hover { color: #666666; border-bottom: 1px solid #666666; }

i.delete-icon { color: #666666 !important; }
i.delete-icon:hover { color: darkred !important; }
Expand Down
5 changes: 3 additions & 2 deletions eucaconsole/static/css/pages/alarm_history.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
.tile .header .f-dropdown a { color: #666666; font-family: Metric-Regular, Helvetica, Arial, sans-serif; text-decoration: none; font-weight: normal; overflow: visible; white-space: normal; text-overflow: inherit; }
.tile .header .dropdown.button.tiny { color: #ffffff; }
.tile .content { padding: 8px; font-family: Metric-Regular, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.1rem; }
.tile .content a { color: #01a982; }
.tile .content a { color: #000000; text-decoration: underline; }
.tile .content a:hover { text-decoration: underline; }
.tile .content div { margin-bottom: 2px; margin-left: 28px; word-break: break-all; }
.tile .content .label { padding: 1px 3px; margin-left: -28px; font-family: Metric-Regular, Helvetica, Arial, sans-serif; font-size: 16px; background-color: #FFFFFF; color: #666666; margin-right: 0.2rem; min-width: 22px; text-align: center; }
.tile .content .label.ellipsis { margin-left: 0; }
.tile .content .fi-alert { color: darkred; }
.tile .content a.alarm-status { padding: 2px 6px; color: white; border-radius: 3px; }
.tile .content a.alarm-status:hover { text-decoration: none; }
.tile .link { text-transform: uppercase; color: #01a982; padding: 1px 3px; margin-bottom: 2px; font-size: 0.9em; }
.tile .link { text-transform: uppercase; color: #000000; padding: 1px 3px; margin-bottom: 2px; font-size: 0.9em; }
.tile .footer { position: absolute; bottom: 0; left: 0; right: 0; padding: 5px; color: white; background-color: #666666; text-align: center; line-height: 1.4rem; text-transform: capitalize; }
.tile .footer.has-progress { padding: 0 0 0 0; text-align: left; }
.tile .footer .completed { padding: 4px 0 4px 10px; text-align: center; }
Expand All @@ -81,6 +81,7 @@
.gridwrapper .table tr input[type="checkbox"] { margin-bottom: 0; }
.gridwrapper .table tr td { position: relative; padding: 8px 4px 8px 6px; vertical-align: top; }
.gridwrapper .table tr td a { color: #000000; text-decoration: underline; }
.gridwrapper .table tr td a.label { text-decoration: none; }
.gridwrapper .table tr td a:hover { color: #666666; text-decoration: underline; }
.gridwrapper .table tr td.id { max-width: 120px; }
.gridwrapper .table tr td span.actions { position: relative; float: right; top: -10px; }
Expand Down
7 changes: 4 additions & 3 deletions eucaconsole/static/css/pages/alarms.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
.tile .header .f-dropdown a { color: #666666; font-family: Metric-Regular, Helvetica, Arial, sans-serif; text-decoration: none; font-weight: normal; overflow: visible; white-space: normal; text-overflow: inherit; }
.tile .header .dropdown.button.tiny { color: #ffffff; }
.tile .content { padding: 8px; font-family: Metric-Regular, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.1rem; }
.tile .content a { color: #01a982; }
.tile .content a { color: #000000; text-decoration: underline; }
.tile .content a:hover { text-decoration: underline; }
.tile .content div { margin-bottom: 2px; margin-left: 28px; word-break: break-all; }
.tile .content .label { padding: 1px 3px; margin-left: -28px; font-family: Metric-Regular, Helvetica, Arial, sans-serif; font-size: 16px; background-color: #FFFFFF; color: #666666; margin-right: 0.2rem; min-width: 22px; text-align: center; }
.tile .content .label.ellipsis { margin-left: 0; }
.tile .content .fi-alert { color: darkred; }
.tile .content a.alarm-status { padding: 2px 6px; color: white; border-radius: 3px; }
.tile .content a.alarm-status:hover { text-decoration: none; }
.tile .link { text-transform: uppercase; color: #01a982; padding: 1px 3px; margin-bottom: 2px; font-size: 0.9em; }
.tile .link { text-transform: uppercase; color: #000000; padding: 1px 3px; margin-bottom: 2px; font-size: 0.9em; }
.tile .footer { position: absolute; bottom: 0; left: 0; right: 0; padding: 5px; color: white; background-color: #666666; text-align: center; line-height: 1.4rem; text-transform: capitalize; }
.tile .footer.has-progress { padding: 0 0 0 0; text-align: left; }
.tile .footer .completed { padding: 4px 0 4px 10px; text-align: center; }
Expand All @@ -82,6 +82,7 @@
.gridwrapper .table tr input[type="checkbox"] { margin-bottom: 0; }
.gridwrapper .table tr td { position: relative; padding: 8px 4px 8px 6px; vertical-align: top; }
.gridwrapper .table tr td a { color: #000000; text-decoration: underline; }
.gridwrapper .table tr td a.label { text-decoration: none; }
.gridwrapper .table tr td a:hover { color: #666666; text-decoration: underline; }
.gridwrapper .table tr td.id { max-width: 120px; }
.gridwrapper .table tr td span.actions { position: relative; float: right; top: -10px; }
Expand Down Expand Up @@ -238,5 +239,5 @@ table.expando tr.even, table.expando tr.alt, table.expando tr:nth-of-type(even)

.tile.item dl { font-size: 16px; display: inline-block; vertical-align: top; margin-bottom: 0; }
.tile .footer.ok, .tile .footer.alarm, .tile .footer.insufficient-data { text-transform: none; background-color: #666666; }
.tile .footer.ok { background-color: #01a982; text-transform: uppercase; }
.tile .footer.ok { background-color: green; text-transform: uppercase; }
.tile .footer.alarm { background-color: darkred; }
7 changes: 4 additions & 3 deletions eucaconsole/static/css/pages/bucket_contents.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
.tile .header .f-dropdown a { color: #666666; font-family: Metric-Regular, Helvetica, Arial, sans-serif; text-decoration: none; font-weight: normal; overflow: visible; white-space: normal; text-overflow: inherit; }
.tile .header .dropdown.button.tiny { color: #ffffff; }
.tile .content { padding: 8px; font-family: Metric-Regular, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.1rem; }
.tile .content a { color: #01a982; }
.tile .content a { color: #000000; text-decoration: underline; }
.tile .content a:hover { text-decoration: underline; }
.tile .content div { margin-bottom: 2px; margin-left: 28px; word-break: break-all; }
.tile .content .label { padding: 1px 3px; margin-left: -28px; font-family: Metric-Regular, Helvetica, Arial, sans-serif; font-size: 16px; background-color: #FFFFFF; color: #666666; margin-right: 0.2rem; min-width: 22px; text-align: center; }
.tile .content .label.ellipsis { margin-left: 0; }
.tile .content .fi-alert { color: darkred; }
.tile .content a.alarm-status { padding: 2px 6px; color: white; border-radius: 3px; }
.tile .content a.alarm-status:hover { text-decoration: none; }
.tile .link { text-transform: uppercase; color: #01a982; padding: 1px 3px; margin-bottom: 2px; font-size: 0.9em; }
.tile .link { text-transform: uppercase; color: #000000; padding: 1px 3px; margin-bottom: 2px; font-size: 0.9em; }
.tile .footer { position: absolute; bottom: 0; left: 0; right: 0; padding: 5px; color: white; background-color: #666666; text-align: center; line-height: 1.4rem; text-transform: capitalize; }
.tile .footer.has-progress { padding: 0 0 0 0; text-align: left; }
.tile .footer .completed { padding: 4px 0 4px 10px; text-align: center; }
Expand All @@ -82,6 +82,7 @@
.gridwrapper .table tr input[type="checkbox"] { margin-bottom: 0; }
.gridwrapper .table tr td { position: relative; padding: 8px 4px 8px 6px; vertical-align: top; }
.gridwrapper .table tr td a { color: #000000; text-decoration: underline; }
.gridwrapper .table tr td a.label { text-decoration: none; }
.gridwrapper .table tr td a:hover { color: #666666; text-decoration: underline; }
.gridwrapper .table tr td.id { max-width: 120px; }
.gridwrapper .table tr td span.actions { position: relative; float: right; top: -10px; }
Expand Down Expand Up @@ -161,7 +162,7 @@ table.expando tr.even, table.expando tr.alt, table.expando tr:nth-of-type(even)
.expando-tiles li div:nth-of-type(1) { float: left; }
.expando-tiles li div:nth-of-type(2) { clear: both; }

.icon { display: inline-block; width: 20px; color: #01a982; }
.icon { display: inline-block; width: 20px; color: #000000; }

.file-list { margin-left: 25px; }

Expand Down
5 changes: 3 additions & 2 deletions eucaconsole/static/css/pages/buckets.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
.tile .header .f-dropdown a { color: #666666; font-family: Metric-Regular, Helvetica, Arial, sans-serif; text-decoration: none; font-weight: normal; overflow: visible; white-space: normal; text-overflow: inherit; }
.tile .header .dropdown.button.tiny { color: #ffffff; }
.tile .content { padding: 8px; font-family: Metric-Regular, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.1rem; }
.tile .content a { color: #01a982; }
.tile .content a { color: #000000; text-decoration: underline; }
.tile .content a:hover { text-decoration: underline; }
.tile .content div { margin-bottom: 2px; margin-left: 28px; word-break: break-all; }
.tile .content .label { padding: 1px 3px; margin-left: -28px; font-family: Metric-Regular, Helvetica, Arial, sans-serif; font-size: 16px; background-color: #FFFFFF; color: #666666; margin-right: 0.2rem; min-width: 22px; text-align: center; }
.tile .content .label.ellipsis { margin-left: 0; }
.tile .content .fi-alert { color: darkred; }
.tile .content a.alarm-status { padding: 2px 6px; color: white; border-radius: 3px; }
.tile .content a.alarm-status:hover { text-decoration: none; }
.tile .link { text-transform: uppercase; color: #01a982; padding: 1px 3px; margin-bottom: 2px; font-size: 0.9em; }
.tile .link { text-transform: uppercase; color: #000000; padding: 1px 3px; margin-bottom: 2px; font-size: 0.9em; }
.tile .footer { position: absolute; bottom: 0; left: 0; right: 0; padding: 5px; color: white; background-color: #666666; text-align: center; line-height: 1.4rem; text-transform: capitalize; }
.tile .footer.has-progress { padding: 0 0 0 0; text-align: left; }
.tile .footer .completed { padding: 4px 0 4px 10px; text-align: center; }
Expand All @@ -82,6 +82,7 @@
.gridwrapper .table tr input[type="checkbox"] { margin-bottom: 0; }
.gridwrapper .table tr td { position: relative; padding: 8px 4px 8px 6px; vertical-align: top; }
.gridwrapper .table tr td a { color: #000000; text-decoration: underline; }
.gridwrapper .table tr td a.label { text-decoration: none; }
.gridwrapper .table tr td a:hover { color: #666666; text-decoration: underline; }
.gridwrapper .table tr td.id { max-width: 120px; }
.gridwrapper .table tr td span.actions { position: relative; float: right; top: -10px; }
Expand Down
8 changes: 4 additions & 4 deletions eucaconsole/static/css/pages/cloudwatch_charts.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ svg g.nv-group[style*='#ff0000'] .nv-point, svg g.nv-group[style*='rgb(255, 0, 0
.large-chart-wrapper .busy.loading { position: absolute; top: 12rem; left: 48%; width: 3rem; height: 3rem; font-size: 3rem; color: #666666; }

.time-shift svg { width: 100%; height: 18px; }
.time-shift .graph-shift-left { float: left; color: #666666; }
.time-shift .graph-shift-left:hover { cursor: pointer; color: #01a982; }
.time-shift .graph-shift-left { float: left; color: #000000; }
.time-shift .graph-shift-left:hover { cursor: pointer; color: #666666; }
.time-shift .graph-shift-left[disabled] { color: #d9d9d9; }
.time-shift .graph-shift-right { float: right; color: #666666; }
.time-shift .graph-shift-right:hover { cursor: pointer; color: #01a982; }
.time-shift .graph-shift-right { float: right; color: #000000; }
.time-shift .graph-shift-right:hover { cursor: pointer; color: #666666; }
.time-shift .graph-shift-right[disabled] { color: #d9d9d9; }
5 changes: 3 additions & 2 deletions eucaconsole/static/css/pages/elb.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
.tile .header .f-dropdown a { color: #666666; font-family: Metric-Regular, Helvetica, Arial, sans-serif; text-decoration: none; font-weight: normal; overflow: visible; white-space: normal; text-overflow: inherit; }
.tile .header .dropdown.button.tiny { color: #ffffff; }
.tile .content { padding: 8px; font-family: Metric-Regular, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.1rem; }
.tile .content a { color: #01a982; }
.tile .content a { color: #000000; text-decoration: underline; }
.tile .content a:hover { text-decoration: underline; }
.tile .content div { margin-bottom: 2px; margin-left: 28px; word-break: break-all; }
.tile .content .label { padding: 1px 3px; margin-left: -28px; font-family: Metric-Regular, Helvetica, Arial, sans-serif; font-size: 16px; background-color: #FFFFFF; color: #666666; margin-right: 0.2rem; min-width: 22px; text-align: center; }
.tile .content .label.ellipsis { margin-left: 0; }
.tile .content .fi-alert { color: darkred; }
.tile .content a.alarm-status { padding: 2px 6px; color: white; border-radius: 3px; }
.tile .content a.alarm-status:hover { text-decoration: none; }
.tile .link { text-transform: uppercase; color: #01a982; padding: 1px 3px; margin-bottom: 2px; font-size: 0.9em; }
.tile .link { text-transform: uppercase; color: #000000; padding: 1px 3px; margin-bottom: 2px; font-size: 0.9em; }
.tile .footer { position: absolute; bottom: 0; left: 0; right: 0; padding: 5px; color: white; background-color: #666666; text-align: center; line-height: 1.4rem; text-transform: capitalize; }
.tile .footer.has-progress { padding: 0 0 0 0; text-align: left; }
.tile .footer .completed { padding: 4px 0 4px 10px; text-align: center; }
Expand All @@ -82,6 +82,7 @@
.gridwrapper .table tr input[type="checkbox"] { margin-bottom: 0; }
.gridwrapper .table tr td { position: relative; padding: 8px 4px 8px 6px; vertical-align: top; }
.gridwrapper .table tr td a { color: #000000; text-decoration: underline; }
.gridwrapper .table tr td a.label { text-decoration: none; }
.gridwrapper .table tr td a:hover { color: #666666; text-decoration: underline; }
.gridwrapper .table tr td.id { max-width: 120px; }
.gridwrapper .table tr td span.actions { position: relative; float: right; top: -10px; }
Expand Down
Loading

0 comments on commit 12f8668

Please sign in to comment.