mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
30 lines
526 B
CSS
30 lines
526 B
CSS
.WindowAppBar {
|
|
-webkit-app-region: drag;
|
|
position: relative;
|
|
vertical-align: top;
|
|
width: 100%;
|
|
height: 25px;
|
|
z-index: 5000;
|
|
background-color: #2d2d2d;
|
|
}
|
|
|
|
.WindowControl {
|
|
float: right;
|
|
height: 100%;
|
|
padding: 0 20px 0 0;
|
|
transition: all 140ms linear;
|
|
color: #747474;
|
|
}
|
|
|
|
.anticon{
|
|
margin: 0 15px 0 15px;
|
|
display: inline-block;
|
|
color: inherit;
|
|
font-style: normal;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
}
|
|
|
|
.WindowControl:hover{
|
|
color: #ffffff;
|
|
} |