mirror of https://github.com/rancher/ui.git
resolve 3777
This commit is contained in:
parent
e692ada5c0
commit
315f36cdf5
|
|
@ -80,7 +80,7 @@
|
|||
{{#if service.hasSidekicks}}
|
||||
+ {{service.secondaryLaunchConfigs.length}} Sidekick{{unless (eq service.secondaryLaunchConfigs.length 1) 's'}}
|
||||
{{/if}}
|
||||
<button type="button" class="btn-link"><i class="icon icon-info addtl-info-trigger" {{action 'addtlInfo' service target=controller}}/></button>
|
||||
<a type="button" class="btn-link"><i class="icon icon-info addtl-info-trigger" {{action 'addtlInfo' service target=controller}}/></a>
|
||||
</td>
|
||||
<td data-title="Details:" class="force-wrap service-detail">{{service.displayDetail}}{{service.displayPorts}}</td>
|
||||
<td data-title="Kind:">
|
||||
|
|
|
|||
|
|
@ -136,7 +136,10 @@
|
|||
}
|
||||
.dropdown-header {
|
||||
color: $k8sTeal;
|
||||
}s
|
||||
}
|
||||
.dropdown-menu > li > a {
|
||||
color: $navy;
|
||||
}
|
||||
/*page tweaks*/
|
||||
.bg-info, .banner {
|
||||
background-color: $k8sTeal;
|
||||
|
|
@ -164,7 +167,7 @@
|
|||
}
|
||||
|
||||
|
||||
.theme-ui-dark {
|
||||
&.theme-ui-dark {
|
||||
.btn {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
|
@ -172,19 +175,35 @@
|
|||
color: $k8sTeal;
|
||||
border-color: $k8sTeal;
|
||||
}
|
||||
HEADER .bottom-row NAV > A {
|
||||
color: $k8sTeal;
|
||||
}
|
||||
HEADER .bottom-row NAV > A.active {
|
||||
color: white;
|
||||
}
|
||||
HEADER .bottom-row .project-btn {
|
||||
background-color: $navy;
|
||||
color: white!important;
|
||||
&:nth-child(2) {
|
||||
background-color: darken($navy, 2%);
|
||||
color: white!important;
|
||||
|
||||
HEADER{
|
||||
.top-row NAV > li > A, HEADER .top-row NAV > li > .link-admin > a {
|
||||
color: rgba(white,.65);
|
||||
}
|
||||
.bottom-row NAV > A {
|
||||
color: $k8sTeal;
|
||||
}
|
||||
.bottom-row NAV > A.active {
|
||||
color: white;
|
||||
}
|
||||
.bottom-row .project-btn {
|
||||
background-color: $navy;
|
||||
color: white!important;
|
||||
&:nth-child(2) {
|
||||
background-color: darken($navy, 2%);
|
||||
color: white!important;
|
||||
}
|
||||
}
|
||||
.bottom-row .project-btn.alt.pull-right:before {
|
||||
border-left-color:$navy;
|
||||
}
|
||||
.bottom-row .project-btn.pull-right:before {
|
||||
border-left-color: $k8sAccent;
|
||||
}
|
||||
}
|
||||
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
|
||||
background: rgba($k8sGray,.35);
|
||||
color: $k8sGray;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue