slackr - better highlighting of current selections
This commit is contained in:
parent
5b7865f8f9
commit
19bf0aa283
1 changed files with 6 additions and 1 deletions
|
@ -40,6 +40,11 @@ nav #site-location {
|
||||||
right: 36px;
|
right: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#profile-jot-text_parent, .mceLayout {
|
||||||
|
border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
.fc-event-skin {
|
.fc-event-skin {
|
||||||
background-color: #3465a4 !important;
|
background-color: #3465a4 !important;
|
||||||
}
|
}
|
||||||
|
@ -55,7 +60,7 @@ nav #site-location {
|
||||||
box-shadow: 3px 3px 10px -2px #000000;
|
box-shadow: 3px 3px 10px -2px #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo, .fc {
|
.contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo, .fc, .profile-jot-text, .group-selected, .nets-selected, .fileas-selected {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
box-shadow: 3px 3px 10px 0 #000000;
|
box-shadow: 3px 3px 10px 0 #000000;
|
||||||
|
|
Loading…
Reference in a new issue