Instantly share code, notes, and snippets.
Created
October 24, 2018 00:34
-
Star
0
(0)
You must be signed in to star a gist -
Fork
0
(0)
You must be signed in to fork a gist
-
Save vladimirmyshkovski/98bd5b42093a762196fbe506b0602773 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.reply_markup_button:focus, .reply_markup_button:hover { | |
color: #3a6d99; | |
background: #dfe8f0; | |
} | |
.reply_markup_h2 .reply_markup_button { | |
height: 81px; | |
} | |
.btn.active, .btn.active:focus, .btn:active, .btn:active:focus, .btn:focus, .btn:hover, .open .btn.dropdown-toggle { | |
-webkit-box-shadow: none; | |
-moz-box-shadow: none; | |
box-shadow: none; | |
outline: 0; | |
} | |
.btn:focus, .btn:hover { | |
color: #333; | |
text-decoration: none; | |
} | |
.reply_markup_button { | |
color: #3a6d99; | |
display: block; | |
width: 100%; | |
background: #f0f4f7; | |
height: 30px; | |
font-size: 13px; | |
margin: 0; | |
padding: 6px; | |
overflow: hidden; | |
text-overflow: ellipsis; | |
} | |
.btn { | |
border: 0; | |
padding: 7px 13px; | |
} | |
.btn { | |
display: inline-block; | |
margin-bottom: 0; | |
font-weight: 400; | |
text-align: center; | |
vertical-align: middle; | |
cursor: pointer; | |
background-image: none; | |
white-space: nowrap; | |
font-size: 14px; | |
line-height: 1.42857143; | |
border-radius: 4px; | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
} | |
button, input, select, textarea { | |
font-family: inherit; | |
font-size: inherit; | |
line-height: inherit; | |
} | |
button, html input[type=button], input[type=reset], input[type=submit] { | |
-webkit-appearance: button; | |
cursor: pointer; | |
} | |
button, select { | |
text-transform: none; | |
} | |
button { | |
overflow: visible; | |
} | |
button, input, optgroup, select, textarea { | |
color: inherit; | |
font: inherit; | |
margin: 0; | |
} | |
*, :after, :before { | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
} | |
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button { | |
padding: 1px 6px; | |
} | |
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button { | |
align-items: flex-start; | |
text-align: center; | |
cursor: default; | |
color: buttontext; | |
background-color: buttonface; | |
box-sizing: border-box; | |
padding: 2px 6px 3px; | |
border-width: 2px; | |
border-style: outset; | |
border-color: buttonface; | |
border-image: initial; | |
} | |
input, textarea, select, button { | |
text-rendering: auto; | |
color: initial; | |
letter-spacing: normal; | |
word-spacing: normal; | |
text-transform: none; | |
text-indent: 0px; | |
text-shadow: none; | |
display: inline-block; | |
text-align: start; | |
margin: 0em; | |
font: 400 13.3333px Arial; | |
} | |
input, textarea, select, button, meter, progress { | |
-webkit-writing-mode: horizontal-tb; | |
} | |
button { | |
-webkit-appearance: button; | |
} | |
.reply_markup_row { | |
padding: 4px 0; | |
line-height: 0; | |
} | |
.noselect { | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
} | |
.noselect { | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
} | |
body.non_osx { | |
font: 13px/18px Tahoma,sans-serif,Arial,Helvetica; | |
} | |
body { | |
color: #000; | |
background: 0 0; | |
font: 12px/18px 'Open Sans',"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Verdana,sans-serif; | |
overflow: hidden; | |
} | |
body { | |
line-height: 1.42857143; | |
background-color: #fff; | |
} | |
html { | |
font-size: 10px; | |
-webkit-tap-highlight-color: transparent; | |
} | |
html { | |
font-family: sans-serif; | |
-ms-text-size-adjust: 100%; | |
-webkit-text-size-adjust: 100%; | |
} | |
*, :after, :before { | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
} | |
*, :after, :before { | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment