Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
#319: Moving to default Joomla to test
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpoort committed Jun 8, 2017
1 parent b013092 commit 075d59c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions web/administrator/templates/elysio/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -8303,20 +8303,20 @@ body.koowa > .koowa { min-height: 100%; overflow: hidden; }

.k-ui-namespace .k-table .btn-micro .badge { color: white; background-color: #222222; }

.k-ui-namespace .k-table .btn-micro .icon-publish:after { content: ""; color: #3071a9; }
.k-ui-namespace .k-table .btn-micro.disabled { opacity: 1; }

.k-ui-namespace .k-table .btn-micro.disabled [class*="icon"]:after { opacity: 1; color: #a2a1a1; }

.k-ui-namespace .k-table .btn-micro .icon-publish.icon-publish:after { content: ""; color: #3071a9; }

.k-ui-namespace .k-table .btn-micro .icon-unpublish:after { content: ""; }

.k-ui-namespace .k-table .btn-micro .icon-featured:after { content: ""; color: #3071a9; }
.k-ui-namespace .k-table .btn-micro .icon-featured.icon-featured:after { content: ""; color: #3071a9; }

.k-ui-namespace .k-table .btn-micro .icon-unfeatured:after { content: ""; color: #a2a1a1; }

.k-ui-namespace .k-table .btn-micro .icon-checkedout:after { content: ""; }

.k-ui-namespace .k-table .btn-micro.disabled { opacity: 1; }

.k-ui-namespace .k-table .btn-micro.disabled [class*="icon"]:after { opacity: 1; color: #a2a1a1; }

.k-ui-namespace .k-list .active { font-weight: 700; }

.k-ui-namespace .label { background: #a2a1a1; vertical-align: middle; }
Expand Down
24 changes: 12 additions & 12 deletions web/administrator/templates/elysio/scss/_shame.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,17 @@ form legend {

background: white;

.icon-publish {

&.disabled {
opacity: 1;

[class*="icon"]:after {
opacity: 1;
color: $k-color-type-light;
}
}

.icon-publish.icon-publish {
@include icon-after(check, true) {
color: $k-color-accent;
}
Expand All @@ -166,7 +176,7 @@ form legend {
@include icon-after(x, true);
}

.icon-featured {
.icon-featured.icon-featured {
@include icon-after(star, true) {
color: $k-color-accent;
}
Expand All @@ -181,16 +191,6 @@ form legend {
.icon-checkedout {
@include icon-after(lock-locked, true);
}


&.disabled {
opacity: 1;

[class*="icon"]:after {
opacity: 1;
color: $k-color-type-light;
}
}
}


Expand Down

0 comments on commit 075d59c

Please sign in to comment.