blob: 1ffc162d1f7b1901afbfcaa4d9ba1a0be4d5e1c3 [file] [log] [blame]
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy of
// the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
// License for the specific language governing permissions and limitations under
// the License.
button.control-view {
border-right: 1px solid @btnBorder;
border-left: none;
}
#react-headerbar .dropdown {
a {
text-decoration: none;
div {
margin-left: 30px;
}
}
li {
cursor: pointer;
i {
font-size: 17px;
position: absolute;
}
}
.icon {
position: relative;
}
.dropdown-toggle.fonticon-json:before {
margin-top: 9px;
}
.dropdown-menu {
left: -101px;
top: 55px;
}
}
#react-headerbar {
// dropdown needs position absolute
.add-dropdown {
right: initial;
top: initial;
}
.control-select-all {
margin-left: 95px;
}
}