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 {
margin-bottom: 0;
}
.darkred {
.darkred { /*Quando è un figlio di notify lo facciamo bianco, (è usato da altre parti?)*/
color: darkred;
}
.notify > .darkred {
color: white;
}
.submit {
background-color: #D4D0C8;
......@@ -1316,7 +1319,7 @@ ins {
}
.notify {
background-color: #F4A83D;
background-color: #DD4814;
color: #444444;
font-weight: bold;
left: 0;
......@@ -1328,6 +1331,11 @@ ins {
z-index: 100;
}
.notify a, .notify a:hover {
color: #AEA79F;
text-decoration: none;
}
* html .notify {
position: absolute;
}
......@@ -1339,9 +1347,8 @@ ins {
}
#close-notify {
background-color: #FAD163;
border: 2px solid #735005;
color: #735005;
border: 2px solid white;
color: white;
cursor: pointer;
font-size: 14px;
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