mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
reltated to #1837 dark mode for new tooltip for badges
This commit is contained in:
@@ -550,7 +550,6 @@ input[name="position"] {
|
||||
position: absolute;
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
background: linear-gradient(130deg, white 0%, white 100%);
|
||||
right: 50%;
|
||||
top: 30px;
|
||||
width: max-content;
|
||||
@@ -569,7 +568,6 @@ input[name="position"] {
|
||||
transform: rotate(0);
|
||||
border-width: 5px;
|
||||
border-style: solid;
|
||||
border-color: transparent transparent white transparent;
|
||||
}
|
||||
|
||||
.badge-dropdown span {
|
||||
|
||||
@@ -6862,6 +6862,14 @@ color:#FF7B00;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.badge-dropdown {
|
||||
background: linear-gradient(130deg, white 0%, white 100%);
|
||||
}
|
||||
|
||||
.badge-dropdown:after {
|
||||
border-color: transparent transparent white transparent;
|
||||
}
|
||||
|
||||
@media (max-width: 1450px) {
|
||||
.promote-text span {
|
||||
font-size: 20px;
|
||||
|
||||
@@ -1900,4 +1900,15 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
background: #f7a43c;
|
||||
box-shadow: 0 2px #af7200;
|
||||
color: #444 !important;
|
||||
}
|
||||
|
||||
.badge-dropdown {
|
||||
background: #333;
|
||||
}
|
||||
.badge-dropdown::after {
|
||||
border-color: transparent transparent #333 transparent;
|
||||
}
|
||||
.badge-dropdown span {
|
||||
border: none;
|
||||
color: #aeaeae;
|
||||
}
|
||||
Reference in New Issue
Block a user