mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
related to #1465 dark mode done
This commit is contained in:
committed by
plegall
parent
206df4aa67
commit
7c950f5c84
@@ -117,8 +117,8 @@ const unit_MB = "{"%s MB"|@translate}";
|
||||
|
||||
{* Used to be copied in JS *}
|
||||
<span id="-2" class="icon-green summary-user-item hide">
|
||||
<i class="icon-green icon-user-1"> </i>
|
||||
<i class="icon-green icon-plus-circled"> </i>
|
||||
<i class="icon-user-1"> </i>
|
||||
<i class="icon-plus-circled"> </i>
|
||||
<span class="user-item-name"> User test </span>
|
||||
</span>
|
||||
{* *}
|
||||
@@ -307,13 +307,11 @@ jQuery(document).ready( function() {
|
||||
}
|
||||
|
||||
.history-filter {
|
||||
background: #f3f3f3;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.hasDatepicker {
|
||||
background: white !important;
|
||||
border: solid 1px #D4D4D4;
|
||||
padding: 5px 10px;
|
||||
max-width: 180px;
|
||||
@@ -331,7 +329,6 @@ jQuery(document).ready( function() {
|
||||
}
|
||||
|
||||
.elem-type-select{
|
||||
background: white !important;
|
||||
border: solid 1px #D4D4D4;
|
||||
padding: 5px 10px;
|
||||
margin-bottom: 5px;
|
||||
@@ -395,7 +392,6 @@ jQuery(document).ready( function() {
|
||||
}
|
||||
|
||||
.search-line {
|
||||
background: #fafafa;
|
||||
box-shadow: 0px 2px 4px #00000024;
|
||||
|
||||
display: flex;
|
||||
@@ -485,17 +481,12 @@ jQuery(document).ready( function() {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.detail-item-1, .detail-item-2, .detail-item-3 {
|
||||
background: #f0f0f0f0;
|
||||
}
|
||||
|
||||
.user-section {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
margin-right: 20px;
|
||||
height: 60%;
|
||||
border-right: 1px solid #bbb;
|
||||
}
|
||||
|
||||
.date-section {
|
||||
@@ -503,7 +494,6 @@ jQuery(document).ready( function() {
|
||||
flex-direction: row;
|
||||
margin-right: 20px;
|
||||
height: 60%;
|
||||
border-right: 1px solid #bbb;
|
||||
}
|
||||
|
||||
.date-infos {
|
||||
@@ -540,7 +530,6 @@ jQuery(document).ready( function() {
|
||||
align-items: center;
|
||||
margin-right: 20px;
|
||||
height: 60%;
|
||||
border-right: 1px solid #bbb;
|
||||
}
|
||||
|
||||
.type-desc {
|
||||
@@ -679,4 +668,11 @@ jQuery(document).ready( function() {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#start_unset, #end_unset {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#start_unset:hover, #end_unset:hover {
|
||||
color: #ffa500;
|
||||
}
|
||||
</style>
|
||||
@@ -5582,3 +5582,29 @@ color:#FF7B00;
|
||||
.site-url-path span {
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.search-line {
|
||||
background: #fafafa;
|
||||
}
|
||||
|
||||
.search-line .date-section,
|
||||
.search-line .user-section,
|
||||
.search-line .type-section {
|
||||
border-right: 1px solid #bbb;
|
||||
}
|
||||
|
||||
.detail-item-1, .detail-item-2, .detail-item-3 {
|
||||
background: #f0f0f0f0;
|
||||
}
|
||||
|
||||
.search-line .type-name a {
|
||||
color: #a1a1a1;
|
||||
}
|
||||
|
||||
.history-filter {
|
||||
background: #f3f3f3;
|
||||
}
|
||||
|
||||
.hasDatepicker, .elem-type-select {
|
||||
background: white !important;
|
||||
}
|
||||
@@ -1656,4 +1656,35 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
background: #5d5d5d !important;
|
||||
color: #373737 !important;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.search-line {
|
||||
background: transparent;
|
||||
color: #a1a1a1;
|
||||
}
|
||||
|
||||
.search-line .date-section,
|
||||
.search-line .user-section,
|
||||
.search-line .type-section {
|
||||
border-right: 1px solid #a1a1a1;
|
||||
}
|
||||
|
||||
.detail-item-1, .detail-item-2, .detail-item-3 {
|
||||
background: #555;
|
||||
}
|
||||
|
||||
.history-filter {
|
||||
background: transparent;
|
||||
color: #a1a1a1;
|
||||
box-shadow: 0px 2px 4px #00000024;
|
||||
}
|
||||
|
||||
#start_unset, #end_unset {
|
||||
color: #a1a1a1;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.hasDatepicker, .elem-type-select {
|
||||
background: #444 !important;
|
||||
border-color: #c1c1c1 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user