mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
css cleanup: main menu, misc - admin: fixes js issues
This commit is contained in:
@@ -465,10 +465,6 @@ table.tablesorter tr th.SortDown {
|
||||
background-color: #212121;
|
||||
}
|
||||
|
||||
#mainMenu {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
#form {
|
||||
height: 150px;
|
||||
}
|
||||
|
@@ -8,4 +8,10 @@ $imagesPath: '../images/';
|
||||
@import './jquery-ui/report-base';
|
||||
@import './jquery-ui/report-detailed';
|
||||
|
||||
|
||||
$mainMenuBackgroundColor: #c7c7c7; //BFBFBF;
|
||||
$mainMenuBottomBorder: 1px solid #c7c7c7;
|
||||
$mainMenuLinkColor: #212121;
|
||||
$mainMenuLinkHoverColor: #BFBFBF;
|
||||
$mainMenuLinkActiveColor: #BFBFBF;
|
||||
// $mainMenuMarginBottom: 30px;
|
||||
@import '../../_shared/styles/main-menu';
|
Reference in New Issue
Block a user