Vier: The change from blue to black in links is now faded as well.
This commit is contained in:
parent
c40c61c106
commit
5d3613c8bc
|
@ -214,11 +214,10 @@ function notification($params) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if($params['type'] == NOTIFY_CONFIRM) {
|
if($params['type'] == NOTIFY_CONFIRM) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if($params['type'] == NOTIFY_SYSTEM) {
|
if($params['type'] == NOTIFY_SYSTEM) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$h = array(
|
$h = array(
|
||||||
|
|
|
@ -240,6 +240,11 @@ div.pager {
|
||||||
|
|
||||||
.shared_header a {
|
.shared_header a {
|
||||||
color: black;
|
color: black;
|
||||||
|
-webkit-transition: all 0.2s ease-in-out;
|
||||||
|
-moz-transition: all 0.2s ease-in-out;
|
||||||
|
-o-transition: all 0.2s ease-in-out;
|
||||||
|
-ms-transition: all 0.2s ease-in-out;
|
||||||
|
transition: all 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shared_header a:hover {
|
.shared_header a:hover {
|
||||||
|
@ -1210,6 +1215,11 @@ border-bottom: 1px solid #D2D2D2;
|
||||||
.wall-item-container .wall-item-name {
|
.wall-item-container .wall-item-name {
|
||||||
color: black;
|
color: black;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
-webkit-transition: all 0.2s ease-in-out;
|
||||||
|
-moz-transition: all 0.2s ease-in-out;
|
||||||
|
-o-transition: all 0.2s ease-in-out;
|
||||||
|
-ms-transition: all 0.2s ease-in-out;
|
||||||
|
transition: all 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toplevel_item:hover .wall-item-name,
|
.toplevel_item:hover .wall-item-name,
|
||||||
|
@ -1227,6 +1237,11 @@ border-bottom: 1px solid #D2D2D2;
|
||||||
.toplevel_item .fakelink,
|
.toplevel_item .fakelink,
|
||||||
.wall-item-container .fakelink {
|
.wall-item-container .fakelink {
|
||||||
color: black;
|
color: black;
|
||||||
|
-webkit-transition: all 0.2s ease-in-out;
|
||||||
|
-moz-transition: all 0.2s ease-in-out;
|
||||||
|
-o-transition: all 0.2s ease-in-out;
|
||||||
|
-ms-transition: all 0.2s ease-in-out;
|
||||||
|
transition: all 0.2s ease-in-out;
|
||||||
/* color: darkblue; */
|
/* color: darkblue; */
|
||||||
/* color: #3E3E8C; */
|
/* color: #3E3E8C; */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user