summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-10-20 15:45:30 +0200
committerGitHub <noreply@github.com>2019-10-20 15:45:30 +0200
commit4e65e6f73ae13d5d833e37f5a841c375cdde9530 (patch)
tree39a553f9f59513cb5f64cd91483aca2417782049 /resources
parentc09c94f3eaf84c610e28d7b8dcc8c52b155b9bd6 (diff)
parenteec1eff65b8298037eae7bb25112dd98a766836a (diff)
Merge pull request #665 from matschundbrei/expand-shift-panel
Expand shift panel
Diffstat (limited to 'resources')
-rw-r--r--resources/assets/themes/base.less20
1 files changed, 3 insertions, 17 deletions
diff --git a/resources/assets/themes/base.less b/resources/assets/themes/base.less
index 254f5a09..74dadc11 100644
--- a/resources/assets/themes/base.less
+++ b/resources/assets/themes/base.less
@@ -196,29 +196,15 @@ table a > .icon-icon_angel {
z-index: 0;
overflow: hidden;
position: relative;
- border-bottom-width: 1px;
- border-bottom-style: dashed;
+ margin: 0 5px 5px 0;
&:hover {
overflow: visible;
z-index: 100;
- border: none;
-
- .shift {
- z-index: 100;
- }
}
- }
-
- .shift {
- margin: 0 5px 5px 0;
- position: absolute;
- width: 100%;
- &:hover {
- margin: 0 5px 5px 0;
- position: absolute;
- width: 100%;
+ .shift {
+ min-height: 100%;
}
}
}