Restyle pointer to make it visible at lower zoom levels

(imported from commit ef5f9e8878181350c823f796138fe652c9d14161)
This commit is contained in:
Allen Rabinovich
2014-02-27 17:23:23 -07:00
committed by Jessica McKellar
parent 8ea941e783
commit a2d2438f03

View File

@@ -1146,11 +1146,11 @@ just a temporary hack.
}
.selected_message .messagebox-content {
box-shadow: 0px 0px 0px 1px #4577bc,
inset 1px 0px 0px 1px #4577bc,
0px -1px 0px 1px #4577bc,
0px 1px 0px 1px #4577bc,
inset -1px 0px 0px 1px #4577bc;
box-shadow: inset 0px 0px 0px 2px #4577bc,
-1px -1px 0px 0px #4577bc,
1px 1px 0px 0px #4577bc,
-1px 1px 0px 0px #4577bc,
1px -1px 0px 0px #4577bc;
}
.message_sender {