diff --git a/airtime_mvc/public/css/redmond/jquery-ui-1.8.8.custom.css b/airtime_mvc/public/css/redmond/jquery-ui-1.8.8.custom.css index bc143ea13..2d5616e19 100644 --- a/airtime_mvc/public/css/redmond/jquery-ui-1.8.8.custom.css +++ b/airtime_mvc/public/css/redmond/jquery-ui-1.8.8.custom.css @@ -127,7 +127,6 @@ border: 1px solid #5b5b5b; background: #4a4a4a ; color: #ccc; - text-shadow: #343434 0px -1px; } .ui-widget-header a { color: #444444; diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css index 632949b98..9f626521c 100644 --- a/airtime_mvc/public/css/styles.css +++ b/airtime_mvc/public/css/styles.css @@ -1041,6 +1041,11 @@ button.ColVis_Button.ColVis_ShowAll { text-align: center; margin-top: 10px; } + +.ColVis_Button { + text-shadow: none; +} + .library_toolbar .ui-button, .ColVis.TableTools .ui-button { float: right; text-align:center; @@ -3739,3 +3744,15 @@ hr { z-index: 2; position:absolute; } + +.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a +{ + background: #ff5d1a; + color: #333; + border: 0px; +} + +li .ui-state-hover { + border: 0px; +} + diff --git a/airtime_mvc/public/js/airtime/library/library.js b/airtime_mvc/public/js/airtime/library/library.js index 6a3afaf9b..7805fd508 100644 --- a/airtime_mvc/public/js/airtime/library/library.js +++ b/airtime_mvc/public/js/airtime/library/library.js @@ -449,20 +449,6 @@ var AIRTIME = (function(AIRTIME) { /* * Icon hover states in the toolbar. */ - $libContent.on("mouseenter", ".fg-toolbar ul li", function(ev) { - $el = $(this); - - if (!$el.hasClass("ui-state-disabled")) { - $el.addClass("ui-state-hover"); - } - }); - $libContent.on("mouseleave", ".fg-toolbar ul li", function(ev) { - $el = $(this); - - if (!$el.hasClass("ui-state-disabled")) { - $el.removeClass("ui-state-hover"); - } - }); var colReorderMap = new Array(); @@ -783,7 +769,8 @@ var AIRTIME = (function(AIRTIME) { "aiExclude": [0, 1, 2, 31], "sSize": "css", "fnStateChange": setFilterElement, - "buttonText": $.i18n._("Columns") + "buttonText": $.i18n._("Columns"), + "iOverlayFade": 0 }, "oColReorder": {