mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 09:43:01 +02:00
Issue #1189 : Dark mode fix and clean code
This commit is contained in:
@@ -221,6 +221,17 @@ a.stat-box:hover {
|
||||
color:#aeaeae;
|
||||
}
|
||||
|
||||
.stat-data-selector label {
|
||||
color: #777;
|
||||
padding: 10px;
|
||||
background-color: #333;
|
||||
transition: 0.2s ease;
|
||||
}
|
||||
|
||||
.stat-data-selector label:hover {
|
||||
background-color: #555
|
||||
}
|
||||
|
||||
/* hacks */
|
||||
* html[lang="en"] body .content h2 , *+html[lang="en"] body .content h2 { text-transform:capitalize; } /* IE */
|
||||
*+html .bigtext { left: 70px; }
|
||||
|
||||
Reference in New Issue
Block a user