X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Falerts%2Falert.css;h=e6d562c592851525ba14f76229fdffe3477f6182;hp=c4d94a7ce8a9b9af516883a590c8131f12cff746;hb=b1db19fed8bd91ff36a19724e9c7dc7545f70f9e;hpb=89eb2c8903d967706396ab99c0ac1f55ba11540b diff --git a/EarlyBlue/global/alerts/alert.css b/EarlyBlue/global/alerts/alert.css index c4d94a7c..e6d562c5 100644 --- a/EarlyBlue/global/alerts/alert.css +++ b/EarlyBlue/global/alerts/alert.css @@ -39,6 +39,11 @@ margin-bottom: 8px; } +#alertNotification[clickable="true"]:hover .alertTextBox, +#alertNotification[clickable="true"]:hover .alertCloseBox { +/* background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.3)); */ +} + .alertTitle { font-weight: bold; font-size: 110%; @@ -58,15 +63,6 @@ label { cursor: inherit; } -.alertText[clickable="true"] { - color: blue; - text-decoration: underline; -} - -.alertText[clickable="true"]:hover:active { - color: red; -} - @keyframes alert-animation { from { opacity: 0; @@ -86,7 +82,3 @@ label { list-style-image: url("chrome://global/skin/icons/close-button.gif"); padding: 4px 2px; } - -.alertCloseButton > .toolbarbutton-text { - display: none; -}