mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
Issue #1206: Implement new album manager
This commit is contained in:
@@ -102,7 +102,7 @@ TEXTAREA { cursor:text; font-size: 13px; }
|
||||
ul.thumbnails input { color:#666; font-size:10px; margin:0; background-color:#bbb; text-align: center;}
|
||||
.throw { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; }
|
||||
label { cursor:pointer }
|
||||
.categoryLi, .menuLi { background: #F3F3F3; }
|
||||
.menuLi { background: #F3F3F3; }
|
||||
.menuLi_hidden { background: #ccc !important; }
|
||||
a.Piwigo {
|
||||
font-family: verdana, arial, helvetica, sans-serif !important;
|
||||
@@ -113,10 +113,6 @@ a.Piwigo:hover span.Piwigo {
|
||||
}
|
||||
TABLE.table2 { border: 2px solid #dddddd; }
|
||||
|
||||
.categoryUl>li:not(.virtual_cat) {
|
||||
background:url(images/stripe-cat.png);
|
||||
}
|
||||
|
||||
*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
|
||||
A{
|
||||
color:#3A3A3A;
|
||||
@@ -666,13 +662,6 @@ table.dataTable thead th, table.dataTable.no-footer {
|
||||
background-color:#fff;
|
||||
}
|
||||
|
||||
FORM#categoryOrdering p.albumTitle a { color: #5B5B5B; }
|
||||
FORM#categoryOrdering p.albumActions a { border-left:1px solid #D6D6D6; background-color: #E8E8E8;}
|
||||
.albumInfos {color: #999999;}
|
||||
FORM#categoryOrdering p.albumActions a:hover {background-color: #FFA844; color: #3A3A3A;}
|
||||
FORM#categoryOrdering p.albumActions .userSeparator {border: 1px solid #E1E1E1;}
|
||||
#addAlbumOpen, #autoOrderOpen {border: 1px solid #D6D6D6; color: #5B5B5B;}
|
||||
#addAlbumOpen:hover, #autoOrderOpen:hover {border: 1px solid #aaa; text-decoration: none;}
|
||||
.afterUploadActions a {color: #3C3C3C; font-weight: bold; background-color: #FFA646;}
|
||||
.afterUploadActions a:hover {text-decoration: none; background-color: #ff7700;}
|
||||
.font-checkbox:hover {color: #FFA844;}
|
||||
@@ -738,6 +727,46 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
#batchManagerGlobal .ui-slider-range.ui-widget-header.ui-corner-all {border: 1px solid #ffaf58;}
|
||||
#batchManagerGlobal .font-checkbox.selected {color: #777;}
|
||||
|
||||
/* Category List */
|
||||
.categoryContainer {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.categoryBox, .addAlbum{
|
||||
background-color: #fafafa;
|
||||
box-shadow: 0px 2px 5px #00000024;
|
||||
}
|
||||
|
||||
.addAlbumHead p {
|
||||
color: #3C3C3C;
|
||||
}
|
||||
|
||||
.addAlbum form input {
|
||||
background-color: white;
|
||||
border: 1px solid #d5d5d5;
|
||||
}
|
||||
|
||||
.albumTitle {
|
||||
color: #3c3c3c;
|
||||
}
|
||||
|
||||
.albumInfos {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.albumActions a {
|
||||
color: #848484;
|
||||
}
|
||||
|
||||
.albumActions a:hover {
|
||||
color: #3c3c3c;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.albumActions > span {
|
||||
color: #c6c6c6;
|
||||
}
|
||||
|
||||
.icon-red {
|
||||
background-color: #ffcfcf;
|
||||
color: #ff5252;
|
||||
|
||||
Reference in New Issue
Block a user