summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-10-20 14:54:00 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2019-10-20 15:38:09 +0200
commiteec1eff65b8298037eae7bb25112dd98a766836a (patch)
tree39a553f9f59513cb5f64cd91483aca2417782049 /resources
parent941c08b2f6472d365686bf96a5e966cdba43c79a (diff)
Shifts overview: Style cleanup
Diffstat (limited to 'resources')
-rw-r--r--resources/assets/themes/base.less18
1 files changed, 3 insertions, 15 deletions
diff --git a/resources/assets/themes/base.less b/resources/assets/themes/base.less
index cf0df683..74dadc11 100644
--- a/resources/assets/themes/base.less
+++ b/resources/assets/themes/base.less
@@ -196,27 +196,15 @@ table a > .icon-icon_angel {
z-index: 0;
overflow: hidden;
position: relative;
+ 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%;
}
}
}