Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .v-window-header {
- line-height: 36px;
- padding-left: 12px;
- margin-right: 74px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- color: #ffffff;
- background-color: #38a3ff;
- }
- .v-window-outerheader {
- cursor: move;
- position: absolute;
- z-index: 2;
- top: 0;
- left: 0;
- right: 0;
- -webkit-transform: translatez(0);
- -moz-transform: translatez(0);
- -ms-transform: translatez(0);
- -o-transform: translatez(0);
- transform: translatez(0);
- background-color: #38a3ff;
- }
- .v-window-closebox {
- position: absolute;
- z-index: 3;
- top: 0;
- right: 0;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 36px;
- height: 36px;
- background-color: white;
- line-height: 34px;
- text-align: center;
- cursor: pointer;
- font-size: 21px;
- color: #000000;
- -webkit-transition: color 140ms;
- -moz-transition: color 140ms;
- transition: color 140ms;
- background-color: #FF4444;
- }
- .v-window-maximizebox{
- position: absolute;
- z-index: 3;
- top: 0;
- right: 0;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 36px;
- height: 36px;
- background-color: white;
- line-height: 34px;
- text-align: center;
- cursor: pointer;
- font-size: 21px;
- color: #000000;
- -webkit-transition: color 140ms;
- -moz-transition: color 140ms;
- transition: color 140ms;
- background-color: #6ae96a;
- }
- .v-window-restorebox{
- position: absolute;
- z-index: 3;
- top: 0;
- right: 0;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 36px;
- height: 36px;
- background-color: white;
- line-height: 34px;
- text-align: center;
- cursor: pointer;
- font-size: 21px;
- color: #000000;
- -webkit-transition: color 140ms;
- -moz-transition: color 140ms;
- transition: color 140ms;
- background-color: #feb624;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement