Commit 3e5daa51 authored by Riccardo Padovani's avatar Riccardo Padovani

Notifiche in stile Ubuntu:

- Sfondo Ubuntu Orange
- Testo e (x) di chiusura bianchi
- Link Warm Grey (#AEA79F), come riportato in design.ubuntu.com La cosa non mi convince fino in fondo, però bisogna evidenziare in qualche modo i link.
parent 1473dfd2
...@@ -1293,9 +1293,12 @@ ins { ...@@ -1293,9 +1293,12 @@ ins {
margin-bottom: 0; margin-bottom: 0;
} }
.darkred { .darkred { /*Quando è un figlio di notify lo facciamo bianco, (è usato da altre parti?)*/
color: darkred; color: darkred;
} }
.notify > .darkred {
color: white;
}
.submit { .submit {
background-color: #D4D0C8; background-color: #D4D0C8;
...@@ -1316,7 +1319,7 @@ ins { ...@@ -1316,7 +1319,7 @@ ins {
} }
.notify { .notify {
background-color: #F4A83D; background-color: #DD4814;
color: #444444; color: #444444;
font-weight: bold; font-weight: bold;
left: 0; left: 0;
...@@ -1328,6 +1331,11 @@ ins { ...@@ -1328,6 +1331,11 @@ ins {
z-index: 100; z-index: 100;
} }
.notify a, .notify a:hover {
color: #AEA79F;
text-decoration: none;
}
* html .notify { * html .notify {
position: absolute; position: absolute;
} }
...@@ -1339,9 +1347,8 @@ ins { ...@@ -1339,9 +1347,8 @@ ins {
} }
#close-notify { #close-notify {
background-color: #FAD163; border: 2px solid white;
border: 2px solid #735005; color: white;
color: #735005;
cursor: pointer; cursor: pointer;
font-size: 14px; font-size: 14px;
line-height: 18px; line-height: 18px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment