aboutsummaryrefslogtreecommitdiffstats
path: root/public/less
diff options
context:
space:
mode:
authorDavid Schneiderbauer <daviian@users.noreply.github.com>2018-05-11 05:28:26 +0200
committerBo-Yi Wu <appleboy.tw@gmail.com>2018-05-11 11:28:26 +0800
commit91b3615219b5286c8d15b85cbd699ab6ae351ac6 (patch)
treec70e3d7ec1d3349492bfff929d62d830c8d00c16 /public/less
parent253a2d636b84f2224d750c32d0846c83df17da87 (diff)
downloadgitea-91b3615219b5286c8d15b85cbd699ab6ae351ac6.tar.gz
gitea-91b3615219b5286c8d15b85cbd699ab6ae351ac6.zip
Adjust z-index for floating labels (#3939)
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_base.less12
1 files changed, 12 insertions, 0 deletions
diff --git a/public/less/_base.less b/public/less/_base.less
index 95b23e2a85..6327ebf61f 100644
--- a/public/less/_base.less
+++ b/public/less/_base.less
@@ -152,6 +152,10 @@ pre, code {
}
}
+ &.floating.label {
+ z-index: 10;
+ }
+
&.menu,
&.vertical.menu,
&.segment {
@@ -167,6 +171,14 @@ pre, code {
font-size: .92857143rem;
}
+ &.dropdown .menu>.item>.floating.label {
+ z-index: 11;
+ }
+
+ &.dropdown .menu .menu>.item>.floating.label {
+ z-index: 21;
+ }
+
.text {
&.red {
color: #d95c5c !important;