mirror of
https://github.com/quay/quay.git
synced 2026-01-27 18:42:52 +03:00
9 lines
172 B
CSS
9 lines
172 B
CSS
.markdown-toolbar-element .dropdown-menu li > * {
|
|
margin: 0 4px;
|
|
}
|
|
|
|
.markdown-toolbar-element .dropdown-menu li:hover {
|
|
cursor: pointer;
|
|
background-color: #e6e6e6;
|
|
}
|