X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/c45af498f0da72fb2cb9d2a50d1aa3f7429ecd25..HEAD:/src/editor/modules/mainBar/mainBar.less diff --git a/src/editor/modules/mainBar/mainBar.less b/src/editor/modules/mainBar/mainBar.less index 32f18ec..7a2e49b 100644 --- a/src/editor/modules/mainBar/mainBar.less +++ b/src/editor/modules/mainBar/mainBar.less @@ -13,14 +13,20 @@ border-style: solid; margin: 0 5px 0 0; padding: 0 5px 0 0; - &:last-child { - margin-right: 0; - padding-right: 0; - } + } ul { list-style-type: none; + display: inline-block; + color: #8F8A8A; + margin: 0; + &:last-child { + li:last-child { + margin-right: 0; + padding-right: 0; + } + } } .top { @@ -30,4 +36,13 @@ .bottom { margin-top: 8px; } + + a.disabled { + color: @gray; + + &:hover { + text-decoration: none; + cursor: default; + } + } } \ No newline at end of file