From ebbedf9a37805b1ce3b390ec77fa7c312763c312 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 12 Feb 2014 17:28:01 +0000 Subject: [PATCH] latest pixelegg changes --- pixelegg/css/pixelegg.css | 4 ++-- pixelegg/js/slider.js | 6 +----- pixelegg/less/jquery-ui.less | 4 ++-- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 15a6892c4f..4d3a75c222 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -1370,13 +1370,13 @@ span.ui-icon-search { color: #1e1e1e; } .ui-dialog-buttonset button.ui-button-text-only { - background-color: #cdcdcd !important; + background-color: #cdcdcd; background: inherit; color: #000000 !important; font-weight: normal !important; } .ui-dialog-buttonset button.ui-button-text-only:hover { - background-color: #b4b4b4 !important; + background-color: #b4b4b4; } /*###########################################*/ /*Dialog: calendar edit series*/ diff --git a/pixelegg/js/slider.js b/pixelegg/js/slider.js index 3323d56e1e..e05a038afd 100644 --- a/pixelegg/js/slider.js +++ b/pixelegg/js/slider.js @@ -104,7 +104,7 @@ egw_LAB.wait(function() { -// ADD +// ADD Button function add_quick_Listeners(){ @@ -112,11 +112,7 @@ egw_LAB.wait(function() { // ADD document.getElementById('quick_add').addEventListener("mouseover",quick_add_func_over,false); document.getElementById('quick_add').addEventListener("mouseout",quick_add_func_out,false); - - - } else if (window.attachEvent){ // Added For Inetenet Explorer versions previous to IE9 - document.getElementById('quick_add').attachEvent("onmouseover",quick_add_func_over); document.getElementById('quick_add').attachEvent("onmouseout",quick_add_func_out); } diff --git a/pixelegg/less/jquery-ui.less b/pixelegg/less/jquery-ui.less index 2d7518cef5..482072b5d3 100755 --- a/pixelegg/less/jquery-ui.less +++ b/pixelegg/less/jquery-ui.less @@ -267,12 +267,12 @@ span.ui-icon-search{ &:hover{ background-color: @gray_30; color: @gray_90;} } - button.ui-button-text-only {background-color: @gray_20 !important; + button.ui-button-text-only {background-color: @gray_20; background: inherit; color: @gray_100 !important; font-weight: normal !important; - &:hover{ background-color: @gray_30 !important;} + &:hover{ background-color: @gray_30;} } }