diff --git a/cern_toolbar/assets/css/cookieconsent.css b/cern_toolbar/assets/css/cookieconsent.css index 4979091bef675d25f3ed25b747260a3d543317bc..cecd245488f501fea4e2da0fa64dbf5fcdf8c63f 100755 --- a/cern_toolbar/assets/css/cookieconsent.css +++ b/cern_toolbar/assets/css/cookieconsent.css @@ -14,18 +14,42 @@ } #cern-cookieconsent * { - font-size: 0.9em; + font-size: 1.6rem; text-align: center; } + #cern-cookieconsent a.cc_btn_accept_all { - display: inline-block; position: static; margin: 25px auto 0; - background: #f6f6f6; - border: 0; + -webkit-transition: all 0.3s ease-in-out 0s; + -khtml-transition: all 0.3s ease-in-out 0s; + -moz-transition: all 0.3s ease-in-out 0s; + -ms-transition: all 0.3s ease-in-out 0s; + -o-transition: all 0.3s ease-in-out 0s; + transition: all 0.3s ease-in-out 0s; + color: white; + padding: 11px 40px 9px; + border: 2px solid white; + border-radius: 6px; + background: #4a4a4a; + display: inline-block; + text-decoration: none; + line-height: 1.9rem; + text-shadow: 1px 0px 1px black, 0px 1px 1px black, -1px 0px 1px black, 0px -1px 1px black, 0 0 1px black; } +#cern-cookieconsent a.cc_btn_accept_all:hover { + background: rgba(90, 90, 90, 0.1); +} + + #cern-cookieconsent .cc_message a { + font-size: 1.6rem; color: #4d94cc; + text-decoration: underline; } + +#cern-cookieconsent .cc_message a:hover{ + color: #042e57; +} \ No newline at end of file diff --git a/cern_toolbar/cern_toolbar.info.yml b/cern_toolbar/cern_toolbar.info.yml index 1ce09af9b1c840e882b2817a2ef06cdd9d451479..dac04978fde8d647156c74018d3cf5877d487415 100755 --- a/cern_toolbar/cern_toolbar.info.yml +++ b/cern_toolbar/cern_toolbar.info.yml @@ -3,6 +3,6 @@ type: module description: "Provides CERN Toolbar. The CERN Toolbar is obligatory for all CERN Drupal websites so make sure that the checkbox on the left is ticked." core: 8.x package: CERN Basic Elements -version: 1.1 +version: 2.0 dependencies: - locale \ No newline at end of file