Skip to content

Commit

Permalink
Just trigger rebuild to test cache
Browse files Browse the repository at this point in the history
  • Loading branch information
meier-rene committed Oct 29, 2024
1 parent 9aca827 commit 644e77a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions MetFragWeb/src/main/webapp/resources/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,6 @@ html,body {
margin-bottom: 0px;
margin-left: 0px;
padding: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
position: relative;
}

Expand Down Expand Up @@ -460,8 +456,6 @@ html,body {

/* overrides primefaces */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
/*background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4)) repeat scroll 0 0 #2e8428 !important;*/

background: rgba(46,132,40,1);
background: -moz-linear-gradient(top, rgba(46,132,40,1) 0%, rgba(129,181,126,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(46,132,40,1)), color-stop(100%, rgba(129,181,126,1)));
Expand All @@ -477,11 +471,7 @@ html,body {
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
/*background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)) repeat scroll 0 0 #32a42d;*/

background: rgba(50,164,45,1);


background: -moz-linear-gradient(top, rgba(50,164,45,1) 0%, rgba(132,200,129,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(50,164,45,1)), color-stop(100%, rgba(132,200,129,1)));
background: -webkit-linear-gradient(top, rgba(50,164,45,1) 0%, rgba(132,200,129,1) 100%);
Expand Down

0 comments on commit 644e77a

Please sign in to comment.