@@ -1094,60 +1094,76 @@ input[type="radio"]:checked + label .round-check:after {
1094
1094
color : rgba (255 , 255 , 255 , 0.7 );
1095
1095
}
1096
1096
1097
- .mac -controls {
1097
+ .linux -controls {
1098
1098
display : none;
1099
1099
position : absolute;
1100
1100
left : 10px ;
1101
- top : 10 px ;
1101
+ top : 7 px ;
1102
1102
z-index : 9999 ;
1103
1103
}
1104
1104
1105
- .mac -controls button {
1105
+ .linux -controls button {
1106
1106
background : transparent;
1107
1107
border : none;
1108
1108
outline : 0 ;
1109
1109
display : block;
1110
1110
height : 14px ;
1111
1111
width : 14px ;
1112
1112
padding : 0 ;
1113
+ border-radius : 50% ;
1113
1114
cursor : pointer;
1114
1115
}
1115
1116
1116
- .mac -controls button + button {
1117
+ .linux -controls button + button {
1117
1118
margin-left : 5px ;
1118
1119
}
1119
1120
1120
- # mac-close {
1121
- background-image : url ("../img/ui/mac-sprites.png" );
1122
- background-size : 62px auto;
1123
- background-position : 0 0 ;
1124
- background-repeat : no-repeat;
1121
+ .app-mac # linux-close {
1122
+ background-color : # fc5753 ;
1125
1123
}
1126
1124
1127
- # mac-close : active {
1128
- background-position : 0 -16 px ;
1125
+ . app- mac # linux -close: active {
1126
+ background-color : # F53B38 ;
1129
1127
}
1130
1128
1131
- # mac-minimize {
1132
- background-image : url ("../img/ui/mac-sprites.png" );
1133
- background-size : 62px auto;
1134
- background-position : -16px 0 ;
1135
- background-repeat : no-repeat;
1129
+ .app-mac # linux-minimize {
1130
+ background-color : # fdbc40 ;
1136
1131
}
1137
1132
1138
- # mac-minimize : active {
1139
- background-position : -16 px -16 px ;
1133
+ . app- mac # linux -minimize: active {
1134
+ background-color : # FC9F00 ;
1140
1135
}
1141
1136
1142
- # mac-maximize {
1143
- background-image : url ("../img/ui/mac-sprites.png" );
1144
- background-size : 62px auto;
1145
- background-position : -32px 0 ;
1146
- background-repeat : no-repeat;
1137
+ .app-mac # linux-maximize {
1138
+ background-color : # 33c748 ;
1139
+ }
1140
+
1141
+ .app-mac # linux-maximize : active {
1142
+ background-color : # 23A134 ;
1143
+ }
1144
+
1145
+ .app-linux # linux-close {
1146
+ background-color : # fc5753 ;
1147
+ }
1148
+
1149
+ .app-linux # linux-close : active {
1150
+ background-color : # F53B38 ;
1147
1151
}
1148
1152
1149
- # mac-maximize : active {
1150
- background-position : -32px -16px ;
1153
+ .app-linux # linux-minimize {
1154
+ background-color : # 585869 ;
1155
+ }
1156
+
1157
+ .app-linux # linux-minimize : active {
1158
+ background-color : # 464657 ;
1159
+ }
1160
+
1161
+ .app-linux # linux-maximize {
1162
+ background-color : # 4f4f54 ;
1163
+ }
1164
+
1165
+ .app-linux # linux-maximize : active {
1166
+ background-color : # 38383D ;
1151
1167
}
1152
1168
1153
1169
.win-controls {
@@ -2440,3 +2456,8 @@ iframe {
2440
2456
.app-win .win-controls {
2441
2457
display : flex;
2442
2458
}
2459
+
2460
+ .app-linux .linux-controls ,
2461
+ .app-mac .linux-controls {
2462
+ display : flex;
2463
+ }
0 commit comments