diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 081fcfda60..e2e315118f 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -225,6 +225,7 @@ .ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover { border: none; + background-color: transparent; } .ui-datepicker .ui-datepicker-prev span { background-image: url(../images/previous.svg) !important; @@ -238,6 +239,7 @@ } .ui-datepicker .ui-datepicker-next span:hover { border: none; + background-color: transparent; } .et2_file .progress li:hover div.remove { width: 16px; @@ -1441,15 +1443,9 @@ div#ui-datepicker-div { .ui-datepicker button.ui-datepicker-current .ui-state-hover { background-color: #1aa200 !important; } -.ui-datepicker button.ui-datepicker-current .ui-state-hover:hover { - background-color: #1aa200; -} .ui-datepicker button.ui-datepicker-current .ui-state-hover:active { background-color: #1aa200; } -.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current:hover { - background-color: #1aa200; -} .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current:active { background-color: #1aa200; } @@ -2460,7 +2456,6 @@ button[id="add"] { button[id="add"]:active { background-color: #1aa200 !important; } -/*Button Ende #######################################################*/ /** * EGroupware: Stylite Pixelegg template * diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index a7a25e902f..be68b39a38 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -214,6 +214,7 @@ .ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover { border: none; + background-color: transparent; } .ui-datepicker .ui-datepicker-prev span { background-image: url(../images/previous.svg) !important; @@ -227,6 +228,7 @@ } .ui-datepicker .ui-datepicker-next span:hover { border: none; + background-color: transparent; } .et2_file .progress li:hover div.remove { width: 16px; @@ -1430,15 +1432,9 @@ div#ui-datepicker-div { .ui-datepicker button.ui-datepicker-current .ui-state-hover { background-color: #1aa200 !important; } -.ui-datepicker button.ui-datepicker-current .ui-state-hover:hover { - background-color: #1aa200; -} .ui-datepicker button.ui-datepicker-current .ui-state-hover:active { background-color: #1aa200; } -.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current:hover { - background-color: #1aa200; -} .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current:active { background-color: #1aa200; } diff --git a/pixelegg/less/etemplate2.less b/pixelegg/less/etemplate2.less index 354c1a7382..ea7cd8d880 100755 --- a/pixelegg/less/etemplate2.less +++ b/pixelegg/less/etemplate2.less @@ -178,6 +178,7 @@ span.et2_date span { .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { &:hover{ border: none; + background-color: transparent; } } .ui-datepicker .ui-datepicker-prev span { @@ -192,6 +193,7 @@ span.et2_date span { &:hover { border: none; + background-color: transparent; } } diff --git a/pixelegg/less/jquery-ui.less b/pixelegg/less/jquery-ui.less index 423c0e0090..a91087a890 100755 --- a/pixelegg/less/jquery-ui.less +++ b/pixelegg/less/jquery-ui.less @@ -361,7 +361,6 @@ span.ui-icon-search { button.ui-datepicker-current .ui-state-hover { background-color: @color_positive_action_active !important; - &:hover {background-color: @color_positive_action_active;} &:active {background-color: @color_positive_action_active;} } @@ -369,7 +368,6 @@ span.ui-icon-search { // Button now .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { - &:hover {background-color: @color_positive_action_active;} &:active {background-color: @color_positive_action_active;} } diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index c40e94273e..b08e42ff7b 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -236,6 +236,7 @@ .ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover { border: none; + background-color: transparent; } .ui-datepicker .ui-datepicker-prev span { background-image: url(../images/previous.svg) !important; @@ -249,6 +250,7 @@ } .ui-datepicker .ui-datepicker-next span:hover { border: none; + background-color: transparent; } .et2_file .progress li:hover div.remove { width: 16px; @@ -1452,15 +1454,9 @@ div#ui-datepicker-div { .ui-datepicker button.ui-datepicker-current .ui-state-hover { background-color: #1aa200 !important; } -.ui-datepicker button.ui-datepicker-current .ui-state-hover:hover { - background-color: #1aa200; -} .ui-datepicker button.ui-datepicker-current .ui-state-hover:active { background-color: #1aa200; } -.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current:hover { - background-color: #1aa200; -} .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current:active { background-color: #1aa200; }