Skip to content
Snippets Groups Projects
Commit 6881d68e authored by Daniel Brötzmann's avatar Daniel Brötzmann Committed by Daniel Brötzmann
Browse files

InfoBar: Add CSS styling for different types

parent 9355aed9
No related branches found
No related tags found
No related merge requests found
/* Gajim Dark Application CSS File */
/* InfoBar */
infobar.info > revealer > box {
color: #D9EDF7;
background-color: #3A87AD;
}
infobar.question > revealer > box {
color: #D9EDF7;
background-color: #295A72;
}
infobar.warning > revealer > box {
color: #FCF8E3;
background-color: #D2822B;
}
infobar.error > revealer > box {
color: #FCE5D5;
background-color: #D64937;
}
......@@ -101,6 +101,24 @@ list.settings > row > box {
margin: 6px 18px;
}
/* InfoBar */
infobar.info > revealer > box {
color: #3A87AD;
background-color: #D9EDF7;
}
infobar.question > revealer > box {
color: #295A72;
background-color: #AFDAF0;
}
infobar.warning > revealer > box {
color: #D06821;
background-color: #FFEBC0;
}
infobar.error > revealer > box {
color: #B94A48;
background-color: #F2DEDE;
}
/*SendFileDialog*/
#SendFileDialog grid list > row { padding: 10px 20px 10px 10px; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment