X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Falerts%2Falert.css;h=876a6b1250c664017c72f763f830a26021ebb1c5;hp=193e12e7fcf3f78206fa9e80f22e32df43192aba;hb=b1db19fed8bd91ff36a19724e9c7dc7545f70f9e;hpb=89eb2c8903d967706396ab99c0ac1f55ba11540b diff --git a/LCARStrek/global/alerts/alert.css b/LCARStrek/global/alerts/alert.css index 193e12e7..876a6b12 100644 --- a/LCARStrek/global/alerts/alert.css +++ b/LCARStrek/global/alerts/alert.css @@ -40,6 +40,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%; @@ -59,15 +64,6 @@ label { cursor: inherit; } -.alertText[clickable="true"] { - color: #3333FF; - text-decoration: underline; -} - -.alertText[clickable="true"]:hover:active { - color: red; -} - @keyframes alert-animation { from { opacity: 0; @@ -89,10 +85,6 @@ label { padding: 4px 2px; } -.alertCloseButton > .toolbarbutton-text { - display: none; -} - .alertCloseButton:hover, .alertCloseButton:hover:active { -moz-image-region: rect(0, 32px, 16px, 16px);