the Status parameter is in Green color for "Published" but white for "Unpublished", in module or article settings, for me is better red color for "Unpublished" like in the 3.6.5 version
3.7.0 nightly
@khikmatullaev @AlexRed compares 3.6 to 3.7
The css has changed drastically:
we had before
.chzn-color.chzn-single[rel="value_0"],
.chzn-color-reverse.chzn-single[rel="value_1"],
.chzn-color-state.chzn-single[rel="value_0"],
.chzn-color-state.chzn-single[rel="value_-1"],
.chzn-color-state.chzn-single[rel="value_-2"],
.chzn-color.chzn-single[rel="value_hide"] {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #ad312b;
background-image: -moz-linear-gradient(top,#bd362f,#942a25);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#bd362f),to(#942a25));
background-image: -webkit-linear-gradient(top,#bd362f,#942a25);
background-image: -o-linear-gradient(top,#bd362f,#942a25);
background-image: linear-gradient(to bottom,#bd362f,#942a25);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ff942a24', GradientType=0);
border-color: #942a25 #942a25 #571916;
*background-color: #942a25;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
I have changed site\administrator\templates\isis\css\template.css file.
after this code:
.chzn-color.chzn-single[rel="value_1"], .chzn-color-reverse.chzn-single[rel="value_0"], .chzn-color-state.chzn-single[rel="value_1"], .chzn-color.chzn-single[rel="value_show_no_link"], .chzn-color.chzn-single[rel="value_show_with_link"] { background-color: #46a546; *background-color: #46a546; box-shadow: 0 1px 2px rgba(0,0,0,0.05); color: #ffffff; }
You have to add this code:
.chzn-color-state.chzn-single[rel="value_0"], .chzn-color-state.chzn-single[rel="value_-2"]{ background-color: #a50300; color: #ffffff; }
And "Unpublish" and "Achived" will be with red background
Closed as we have a aPR
Title |
|
||||||
Status | New | ⇒ | Closed | ||||
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-03-22 09:55:35 | ||||
Closed_By | ⇒ | brianteeman |
@ciar4n can you take a look please - it looks like a missing class in the chosen css override