mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 22:43:19 +00:00
fix admin reoladTree callback
fix admin leftPanel render method fix admin reorder submit callback remove usless images
This commit is contained in:
@@ -26,17 +26,20 @@ $modalBackground: $darkerBackgroundColor !default;
|
||||
.ui-tabs {
|
||||
.ui-tabs-nav {
|
||||
li {
|
||||
background-color: $lightBackgroundColor; //$tabsNavBg;
|
||||
background-color: lighten($lightBackgroundColor, 5); //$tabsNavBg;
|
||||
height: 30px;
|
||||
border: none;
|
||||
overflow: hidden;
|
||||
a {
|
||||
padding: 5px 8px;
|
||||
//font-size: 0.8em;
|
||||
font-size: $xmediumFontSize;
|
||||
font-weight: normal;
|
||||
color: $lightTextColor; // more contrasted color
|
||||
color: $mediumTextColor; // more contrasted color
|
||||
}
|
||||
&.ui-tabs-active {
|
||||
font-size: $mediumFontSize;
|
||||
color: $lightTextColor;
|
||||
background-color: $mediumBackgroundColor; //$tabsNavBgActive;
|
||||
border: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user