mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixed #1901 fixed dark mode colors for validation messages
This commit is contained in:
@@ -302,7 +302,7 @@ Info
|
||||
|
||||
.info-message {
|
||||
display: none;
|
||||
background-color: #c2f5c2;
|
||||
background-color: #c2f5c2;
|
||||
color: #0a0;
|
||||
}
|
||||
|
||||
|
||||
@@ -76,7 +76,7 @@ usersCache.selectize(jQuery('select.UserSearch'));
|
||||
{$grp_color}
|
||||
{/if}">
|
||||
</div>
|
||||
<div class="groupMessage icon-ok"></div>
|
||||
<div class="groupMessage icon-ok icon-green"></div>
|
||||
<div class="groupError icon-cancel"></div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -551,7 +551,7 @@ $(document).ready(function() {
|
||||
<input id="applyAction" class="submit" type="submit" value="{'Apply action'|@translate}" name="submit"> <span id="applyOnDetails"></span></input>
|
||||
<span id="applyActionLoading" style="display:none"><img src="themes/default/images/ajax-loader-small.gif"></span>
|
||||
<br />
|
||||
<span class="infos icon-ok" style="display:inline-block;display:none;max-width:100%;margin:0;margin-top:30px;min-height:0;border-left: 2px solid #00FF00;">{'Users modified'|translate}</span>
|
||||
<span class="infos icon-ok icon-green" style="display:inline-block;display:none;max-width:100%;margin:0;margin-top:30px;min-height:0;">{'Users modified'|translate}</span>
|
||||
</p>
|
||||
</div> {* #permitActionUserList *}
|
||||
</fieldset>
|
||||
@@ -1066,16 +1066,9 @@ $(document).ready(function() {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
#AddUserSuccess span {
|
||||
color: #0a0;
|
||||
}
|
||||
|
||||
#AddUserSuccess label {
|
||||
padding: 10px;
|
||||
background-color: #c2f5c2;
|
||||
border-left: 2px solid #00FF00;
|
||||
cursor: default;
|
||||
color: #0a0;
|
||||
}
|
||||
|
||||
#AddUserSuccess .edit-now {
|
||||
@@ -1715,9 +1708,6 @@ $(document).ready(function() {
|
||||
.update-user-success {
|
||||
padding:10px;
|
||||
display:none;
|
||||
background-color:#c2f5c2;
|
||||
color: #0a0;
|
||||
border-left: 2px solid #00FF00;
|
||||
}
|
||||
|
||||
.update-user-fail {
|
||||
|
||||
@@ -4737,8 +4737,6 @@ input[type="text"].dError {border-color:#ff7070; background-color:#FFe5e5;}
|
||||
font-size: 12px;
|
||||
right: 52px;
|
||||
width: 110px;
|
||||
color: #0a0;
|
||||
background-color:#c2f5c2;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -5488,6 +5486,18 @@ input:checked + .slider:before, input:checked + .slider::after {
|
||||
border-left:solid 3px red;
|
||||
}
|
||||
|
||||
#AddUserSuccess span {
|
||||
color: #0a0;
|
||||
}
|
||||
|
||||
#AddUserSuccess label {
|
||||
background-color: #c2f5c2;
|
||||
border-left: 2px solid #00FF00;
|
||||
color: #0a0;
|
||||
}
|
||||
.update-user-success {
|
||||
border-left: 2px solid #00FF00;
|
||||
}
|
||||
#UserList .AddUserBlock p,
|
||||
#UserList .AddUserBlock select,
|
||||
#UserList .AddUserBlock button{
|
||||
|
||||
@@ -194,8 +194,8 @@ or (generated by selectize.js)
|
||||
}
|
||||
|
||||
.info-message {
|
||||
background-color: #0a0;
|
||||
color: #c2f5c2;
|
||||
background-color: #50a48f;
|
||||
color: #a9f6e3;
|
||||
}
|
||||
|
||||
.info-warning {
|
||||
|
||||
@@ -328,7 +328,6 @@ a.stat-box:hover {
|
||||
.languageBox {background-color:#333;}
|
||||
.languageName {color:#ccc;}
|
||||
.languageDefault {background-color:#555; color:#aaa;}
|
||||
.groupMessage {color: #c2f5c2 ;background-color: #0a0;}
|
||||
.groupError {color: #ffd5dc;background-color: #f22;}
|
||||
.group-rename input {color: #999;}
|
||||
.GroupBackgroudSelected .Group-name {color: #333 !important;}
|
||||
@@ -1805,6 +1804,20 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
border: solid 2px #151515;
|
||||
}
|
||||
|
||||
#AddUserSuccess span {
|
||||
color: #a9f6e3;
|
||||
}
|
||||
|
||||
#AddUserSuccess label {
|
||||
background-color: #50a48f;
|
||||
border-left: 2px solid #a9f6e3;
|
||||
color: #a9f6e3;
|
||||
}
|
||||
|
||||
.update-user-success {
|
||||
border-left: 2px solid #a9f6e3;
|
||||
}
|
||||
|
||||
.buttonGradient:disabled {
|
||||
padding: 8px 10px; margin-left: 5px;
|
||||
background-size: 200% 100%;
|
||||
|
||||
Reference in New Issue
Block a user