mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
issue #2234 standardize user list and user popin colors
This commit is contained in:
@@ -981,8 +981,9 @@ $(document).ready(function() {
|
|||||||
<div class="GuestUserListPopInContainer">
|
<div class="GuestUserListPopInContainer">
|
||||||
|
|
||||||
<a class="icon-cancel CloseUserList CloseGuestUserList"></a>
|
<a class="icon-cancel CloseUserList CloseGuestUserList"></a>
|
||||||
<div id="guest-msg" style="background-color:#B9E2F8;padding:5px;border-left:3px solid blue;display:flex;align-items:center;margin-bottom:30px">
|
<div id="guest-msg" class="messages">
|
||||||
<span class="icon-info-circled-1" style="background-color:#B9E2F8;color:#26409D;font-size:3em"></span><span style="font-size:1.1em;color:#26409D;font-weight:bold;">{'Users not logged in will have these settings applied, these settings are used by default for new users'|@translate}</span>
|
<span class="eiw-icon icon-info-circled-1"></span>
|
||||||
|
<span>{'Users not logged in will have these settings applied, these settings are used by default for new users'|@translate}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="summary-properties-update-container">
|
<div class="summary-properties-update-container">
|
||||||
<div class="summary-properties-container">
|
<div class="summary-properties-container">
|
||||||
@@ -1355,10 +1356,6 @@ $(document).ready(function() {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selected-pagination {
|
|
||||||
background: #ffd2a1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* User Table */
|
/* User Table */
|
||||||
#user-table {
|
#user-table {
|
||||||
margin-left:30px;
|
margin-left:30px;
|
||||||
@@ -1832,7 +1829,7 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
.user-property-label span,
|
.user-property-label span,
|
||||||
.dates-infos {
|
.dates-infos {
|
||||||
color: #ff7700;
|
color: #ffa646;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
@@ -2512,7 +2509,7 @@ $(document).ready(function() {
|
|||||||
padding:10px 20px;
|
padding:10px 20px;
|
||||||
font-size:1.1em;
|
font-size:1.1em;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
background-color: #ffa744;
|
background-color: #ffa646;
|
||||||
color: #3c3c3c;
|
color: #3c3c3c;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2679,7 +2676,7 @@ $(document).ready(function() {
|
|||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
color: #3F3E40;
|
color: #3F3E40;
|
||||||
background-color: #FFA836;
|
background-color: #ffa646;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
font-size:1em;
|
font-size:1em;
|
||||||
|
|||||||
@@ -162,8 +162,8 @@ TABLE.languages TR TD { padding: 7px 20px; }
|
|||||||
}
|
}
|
||||||
|
|
||||||
.slider-bar-wrapper .ui-slider-horizontal .ui-slider-handle{
|
.slider-bar-wrapper .ui-slider-horizontal .ui-slider-handle{
|
||||||
background-color:#ffaf58;
|
background-color:#ffa646;
|
||||||
border: 1px solid #ffaf58;
|
border: 1px solid #ffa646;
|
||||||
border-radius:25px;
|
border-radius:25px;
|
||||||
top: -.7em !important;
|
top: -.7em !important;
|
||||||
width: 1.4em;
|
width: 1.4em;
|
||||||
@@ -171,7 +171,7 @@ TABLE.languages TR TD { padding: 7px 20px; }
|
|||||||
}
|
}
|
||||||
|
|
||||||
.slider-bar-wrapper .ui-slider-horizontal .ui-slider-range {
|
.slider-bar-wrapper .ui-slider-horizontal .ui-slider-range {
|
||||||
background-color: #ffaf58;
|
background-color: #ffa646;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slider-bar-wrapper .ui-slider-horizontal{
|
.slider-bar-wrapper .ui-slider-horizontal{
|
||||||
@@ -930,7 +930,7 @@ LI.menuLi {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.selected-pagination {
|
.selected-pagination {
|
||||||
background: #ffd2a1;
|
background: #ffa646;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination-container {
|
.pagination-container {
|
||||||
@@ -6858,7 +6858,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
|||||||
|
|
||||||
.AlbumViewSelector input:checked + label span,
|
.AlbumViewSelector input:checked + label span,
|
||||||
.UserViewSelector input:checked + label span{
|
.UserViewSelector input:checked + label span{
|
||||||
background: orange;
|
background: #ffa646;
|
||||||
}
|
}
|
||||||
|
|
||||||
.head-button {
|
.head-button {
|
||||||
|
|||||||
+23
-15
@@ -151,7 +151,7 @@ ul.actions, .content form#waiting {text-align:center;}
|
|||||||
}
|
}
|
||||||
|
|
||||||
.selected-pagination{
|
.selected-pagination{
|
||||||
background:orange!important;
|
background:#ffa646!important;
|
||||||
color:#444!important;
|
color:#444!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -678,7 +678,7 @@ label>p.group_select {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input:checked + .slider {
|
input:checked + .slider {
|
||||||
background-color: #ff8c27;
|
background-color: #ffa646;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:focus + .slider {
|
input:focus + .slider {
|
||||||
@@ -709,6 +709,11 @@ input:focus + .slider {
|
|||||||
color:black!important;
|
color:black!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#checkActions a:hover {
|
||||||
|
background-color: #1B1B1B;
|
||||||
|
color: #777777;
|
||||||
|
}
|
||||||
|
|
||||||
/*Selection mode content*/
|
/*Selection mode content*/
|
||||||
|
|
||||||
.SelectionModeGroupList{
|
.SelectionModeGroupList{
|
||||||
@@ -797,7 +802,11 @@ input:focus + .slider {
|
|||||||
/*UserList Pop in*/
|
/*UserList Pop in*/
|
||||||
|
|
||||||
.CloseUserList, .CloseAddAlbum, #CloseDeleteAlbum{
|
.CloseUserList, .CloseAddAlbum, #CloseDeleteAlbum{
|
||||||
color:white;
|
color: #444;
|
||||||
|
}
|
||||||
|
|
||||||
|
.CloseUserList:hover, .CloseAddAlbum:hover, #CloseDeleteAlbum:hover {
|
||||||
|
color: #ffa646
|
||||||
}
|
}
|
||||||
|
|
||||||
#UserList .group-name-block p{
|
#UserList .group-name-block p{
|
||||||
@@ -840,6 +849,15 @@ input:focus + .slider {
|
|||||||
.advanced-filter-select-container::before {
|
.advanced-filter-select-container::before {
|
||||||
color: #4c4c4c;
|
color: #4c4c4c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.user-property-main-user-content-header .main-user-icon {
|
||||||
|
background-color: #BE4949 !important;
|
||||||
|
color: #FFC8C8 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* .UserListPopInContainer .slider-bar-wrapper .ui-slider-horizontal .ui-slider-range {
|
||||||
|
background-color: #ffa646;
|
||||||
|
} */
|
||||||
/*------*/
|
/*------*/
|
||||||
|
|
||||||
.userSeparator {
|
.userSeparator {
|
||||||
@@ -1498,7 +1516,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
|||||||
|
|
||||||
.AlbumViewSelector input:checked + label span,
|
.AlbumViewSelector input:checked + label span,
|
||||||
.UserViewSelector input:checked + label span{
|
.UserViewSelector input:checked + label span{
|
||||||
background: orange;
|
background: #ffa646;
|
||||||
}
|
}
|
||||||
|
|
||||||
.AlbumViewSelector input:checked + label .icon-th-large,
|
.AlbumViewSelector input:checked + label .icon-th-large,
|
||||||
@@ -1539,7 +1557,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
|||||||
|
|
||||||
.user-first-col:hover {
|
.user-first-col:hover {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color:#d47f44;
|
background-color:#ffa646;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-first-col:hover .icon-pencil {
|
.user-first-col:hover .icon-pencil {
|
||||||
@@ -1666,11 +1684,6 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
|||||||
background-color:#666;
|
background-color:#666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slider-bar-wrapper .ui-slider-horizontal .ui-slider-handle{
|
|
||||||
background-color:#ffa500;
|
|
||||||
border: 1px solid #ffa500;
|
|
||||||
}
|
|
||||||
|
|
||||||
.edit-user-tab,
|
.edit-user-tab,
|
||||||
.guest-edit-user-tab {
|
.guest-edit-user-tab {
|
||||||
border-left: solid 1px #333;
|
border-left: solid 1px #333;
|
||||||
@@ -1699,11 +1712,6 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
|||||||
color: #c1c1c1;
|
color: #c1c1c1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-user-icons .icon-trash-1:hover::before,
|
|
||||||
.king-of-this-piwigo {
|
|
||||||
color: #f70;
|
|
||||||
}
|
|
||||||
|
|
||||||
.royal-court-of-this-piwigo {
|
.royal-court-of-this-piwigo {
|
||||||
color: #777;
|
color: #777;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user