diff options
Diffstat (limited to 'FrontEnd/src/pages/timeline/TimelinePostCreateView.css')
-rw-r--r-- | FrontEnd/src/pages/timeline/TimelinePostCreateView.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/src/pages/timeline/TimelinePostCreateView.css b/FrontEnd/src/pages/timeline/TimelinePostCreateView.css index 2a433860..5986e566 100644 --- a/FrontEnd/src/pages/timeline/TimelinePostCreateView.css +++ b/FrontEnd/src/pages/timeline/TimelinePostCreateView.css @@ -24,11 +24,11 @@ }
.timeline-post-create-edit-text:hover {
- border-color: var(--cru-button-secondary-normal-color)
+ border-color: var(--cru-clickable-secondary-normal-color)
}
.timeline-post-create-edit-text:focus {
- border-color: var(--cru-button-secondary-normal-color)
+ border-color: var(--cru-clickable-secondary-normal-color)
}
.timeline-post-create-image {
|