Skip to content
Snippets Groups Projects
Commit 71748b31 authored by David Siegfried's avatar David Siegfried
Browse files

fix border, closes #2914

Closes #2914

Merge request studip/studip!1966
parent 35dfc2c8
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,9 @@ html {
z-index: 1003;
.action-menu-icon {
border: 1px solid $dark-gray-color-40;
border-top: 1px solid $dark-gray-color-40;
border-right: 1px solid $dark-gray-color-40;
border-bottom: 1px solid $dark-gray-color-40;
background-color: $dark-gray-color-5;
height: 28px;
margin: 0 32px 0 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment