mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 01:10:42 +08:00
Fix #584 - [Legacy] Fix subpanel button not showing correctly
This commit is contained in:
parent
8a75ad18f2
commit
2eeececca3
1 changed files with 5 additions and 6 deletions
|
@ -28,20 +28,19 @@
|
|||
&:hover {
|
||||
background: $pale-blue;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.hidebtn {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.heading-text {
|
||||
position: relative;
|
||||
top: 3.5em;
|
||||
float: left;
|
||||
}
|
||||
.action_buttons {
|
||||
position: absolute;
|
||||
margin-top: -2em;
|
||||
position: static;
|
||||
bottom: auto;
|
||||
.btn {
|
||||
background-color: $nepal-grey;
|
||||
|
@ -57,7 +56,7 @@
|
|||
background: $pale-blue;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.view {
|
||||
border-radius: 10px;
|
||||
|
@ -68,4 +67,4 @@
|
|||
background-size: 25px 11px;
|
||||
border-color: $bright-grey;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue