]> git.mxchange.org Git - friendica.git/commitdiff
slackr - better highlighting of current selections
authorfriendica <info@friendica.com>
Wed, 23 May 2012 23:16:59 +0000 (16:16 -0700)
committerfriendica <info@friendica.com>
Wed, 23 May 2012 23:16:59 +0000 (16:16 -0700)
view/theme/slackr/style.css

index 57856bca739f3ece35017471d0cc5fd9417bfea0..37fed2ef19c8b3de3fcf9c4f16de2a9087070045 100644 (file)
@@ -40,6 +40,11 @@ nav #site-location {
        right: 36px;
 }
 
+#profile-jot-text_parent, .mceLayout {
+       border-radius: 3px;
+       -moz-border-radius: 3px;
+}
+
 .fc-event-skin {
        background-color: #3465a4 !important;
 }
@@ -55,7 +60,7 @@ nav #site-location {
        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;
        -moz-border-radius: 3px;
        box-shadow: 3px 3px 10px 0 #000000;