Merge remote-tracking branch 'origin/develop' into develop

pull/4797/head
Weblate 2017-07-13 17:46:57 +00:00
commit ea85a3c3d9
1 changed files with 10 additions and 0 deletions

View File

@ -76,6 +76,16 @@ limitations under the License.
.mx_AppTileMenuBarWidget {
// pointer-events: none;
cursor: pointer;
width: 10px;
height: 10px;
padding: 1px;
transition-duration: 500ms;
border: 1px solid transparent;
}
.mx_AppTileMenuBarWidget:hover {
border: 1px solid $primary-hairline-color;
border-radius: 2px;
}
.mx_AppTileBody iframe {