2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

comment out box-shadow on masthead and footer in docs.css because Opera sucks at inset box-shadow :"

This commit is contained in:
Mark Otto
2011-09-12 22:19:28 -07:00
parent 206334ba70
commit 5249483850
6 changed files with 134 additions and 100 deletions
+5 -3
View File
@@ -89,7 +89,7 @@ input[type=radio] {
}
input[type=file] {
background-color: #fff;
background-color: @white;
padding: initial;
border: initial;
line-height: initial;
@@ -116,7 +116,7 @@ textarea {
// For text that needs to appear as an input but should not be an input
.uneditable-input {
background-color: #fff;
background-color: @white;
display: block;
border-color: #eee;
.box-shadow(inset 0 1px 2px rgba(0,0,0,.025));
@@ -228,6 +228,8 @@ textarea.xxlarge {
// Grid style input sizes
// This is a duplication of the main grid .columns() mixin, but subtracts 10px to account for input padding and border
.formColumns(@columnSpan: 1) {
display: inline-block;
float: none;
width: ((@gridColumnWidth - 10) * @columnSpan) + ((@gridColumnWidth - 10) * (@columnSpan - 1));
margin-left: 0;
}
@@ -340,7 +342,7 @@ textarea[readonly] {
line-height: 18px;
color: @grayLight;
text-align: center;
text-shadow: 0 1px 0 #fff;
text-shadow: 0 1px 0 @white;
background-color: #f5f5f5;
border: 1px solid #ccc;
.border-radius(3px 0 0 3px);