Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -240,36 +240,38 @@ button:hover {
font-size: 12pt;
font-weight: 700;
overflow: hidden;
height: 40px;
display: flex;
min-height: 40px;
}

.stack h2 input {
padding: 0;
width: 80%;
width: 100%;
margin: 0;
font-size: 12pt;
font-weight: 700;
border: 0;
background-color: transparent;
float: left;
min-height: initial;
}

.stack h2 button,
.stack .stack-actions {
float: right;
margin: 0px 0px 0px 20px;
}

.stack h2 span {
float: left;
width: 100%;
white-space: normal;
}

.stack h2 .stack-actions {
display: none;
}

.stack h2:hover .stack-actions {
display: inline-block;
display: flex;
float: right;
}

Expand Down Expand Up @@ -922,13 +924,13 @@ button:hover {

.icon-description-marker {
position: absolute;
top: 2px;
right: 2px;
top: 0px;
right: 0px;
}

/**
* Hotfix for https://github.com/angular-ui/ui-select/issues/1652
*/
.ui-select-dropdown.select2-drop-active {
opacity: 1 !important;
}
}