mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 02:44:29 -07:00
Fix #1189
This commit is contained in:
@@ -2641,6 +2641,12 @@ a.box:active {
|
||||
border-radius: 290486px;
|
||||
}
|
||||
|
||||
.input[readonly],
|
||||
.textarea[readonly] {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.input.is-white,
|
||||
.textarea.is-white {
|
||||
border-color: white;
|
||||
@@ -2795,6 +2801,15 @@ a.box:active {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.input.is-static {
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.textarea {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user