new Sass tool for developing css for LTR and RTL languages easily
[openemr.git] / interface / themes / core / links.scss
blob6984ee948565aa5ad56724817c5925525d5822d0
1 a {
2     color: #0000cc;
3     text-decoration: none;
5 a:visited {
6     color: #0000cc;
8 a:hover {
9     color: #ff5555;
11 .logout {
12     color: #000000;
13     text-decoration: none;
14     text-align: $left;
16 .more {
17     text-decoration: none;
19 .back {
20     text-decoration: none;
22 .link_selected {
23     text-decoration: none;
24     color: #0000FF;
26 .link_selected:visited {
27     text-decoration: none;
28     color: #0000FF;
30 .link_submit {
31     text-decoration: none;
32     color: #000077;
33     a:visited {
34         color: #000077;
35     }
36     a:hover {
37         color: #ff5555;
38     }