2012-02-26 23:41:53 +01:00
|
|
|
/**
|
|
|
|
* This file represent some UI that can be changed
|
|
|
|
* during web app restyle or theme select.
|
|
|
|
*
|
|
|
|
*/
|
2012-02-26 23:21:53 +01:00
|
|
|
.ui_basic {
|
2012-02-26 23:41:53 +01:00
|
|
|
/*
|
|
|
|
* Common styles
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
a {
|
|
|
|
color: $link_color;
|
|
|
|
&:hover {
|
|
|
|
text-decoration:none;
|
2012-03-19 21:52:16 +01:00
|
|
|
color: $blue_link;
|
2012-02-26 23:41:53 +01:00
|
|
|
}
|
|
|
|
}
|
2012-02-26 23:21:53 +01:00
|
|
|
}
|