aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/light/style.less
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/dispy/light/style.less')
-rw-r--r--view/theme/dispy/light/style.less27
1 files changed, 10 insertions, 17 deletions
diff --git a/view/theme/dispy/light/style.less b/view/theme/dispy/light/style.less
index 6936e9839..045dadba5 100644
--- a/view/theme/dispy/light/style.less
+++ b/view/theme/dispy/light/style.less
@@ -1420,7 +1420,9 @@ nav #nav-notifications-linkmenu {
color: @main_colour;
line-height: 1;
display: inline-block;
- font-size: smaller;
+ font-size: x-small;
+ margin: 0.5em auto;
+ font-weight: bold;
}
.comment-edit-preview {
width: auto;
@@ -1431,12 +1433,6 @@ nav #nav-notifications-linkmenu {
font-size: smaller;
}
}
-.wall-item-author,
-.wall-item-actions-author {
- margin: 0.5em auto 0;
- font-size: 0.75em;
- font-weight: bold;
-}
.wall-item-location {
margin-top: 2em;
width: 6em;
@@ -2373,19 +2369,20 @@ div {
.nets-selected,
.fileas-selected {
// padding: 4px;
- color: @bg_colour;
+ color: @main_colour;
// background: @dk_bg_colour;
// .borders(1px, solid, @hover_colour);
.multibutton_active;
}
-// .group-selected:hover,
-// .nets-selected:hover,
-// .fileas-selected:hover {
+.categories-selected:hover,
+.group-selected:hover,
+.nets-selected:hover,
+.fileas-selected:hover {
// padding: 4px;
-// color: @link_colour;
+ // color: @link_colour;
// background: @bg_colour;
// .borders(1px, solid, @link_colour);
-// }
+}
.groupsideedit {
margin-right: 10px;
}
@@ -2405,10 +2402,6 @@ div {
.sidebar-group-element {
.multibutton;
.rounded_corners;
- color: @main_colour;
- &.group-selected {
- color: @bg_colour;
- }
}
#sidebar-new-group {
margin: auto;