mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
AppTile menu bar button styling.
This commit is contained in:
parent
248944a300
commit
e15c8e473f
1 changed files with 10 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue