You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
608 B
Plaintext
28 lines
608 B
Plaintext
/**
|
|
* Roundcube webmail styles for the Elastic skin
|
|
*
|
|
* Copyright (c) 2017, The Roundcube Dev Team
|
|
*
|
|
* The contents are subject to the Creative Commons Attribution-ShareAlike
|
|
* License. It is allowed to copy, distribute, transmit and to adapt the work
|
|
* by keeping credits to the original autors in the README file.
|
|
* See http://creativecommons.org/licenses/by-sa/3.0/ for details.
|
|
*/
|
|
|
|
/* Style for embedded inline warning */
|
|
|
|
/* TODO: review */
|
|
|
|
.rcmail-inline-message {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
.rcmail-inline-message em {
|
|
}
|
|
|
|
.rcmail-inline-buttons {
|
|
}
|
|
|
|
.rcmail-inline-buttons > button {
|
|
}
|