few improvements for some <select> elements
This commit is contained in:
@@ -142,6 +142,10 @@ form[action*="repository/diff"] {
|
||||
*/
|
||||
|
||||
.query-columns {
|
||||
select {
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
vertical-align: middle;
|
||||
|
||||
|
||||
@@ -101,8 +101,13 @@ select {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
option[disabled] {
|
||||
color: $gray-lighter;
|
||||
option {
|
||||
padding-right: $input-padding-horizontal;
|
||||
padding-left: $input-padding-horizontal;
|
||||
|
||||
&[disabled] {
|
||||
color: $gray-lighter;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -103,6 +103,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
option {
|
||||
background-color: $input-bg;
|
||||
color: $input-color;
|
||||
|
||||
&[disabled] {
|
||||
color: $gray-lighter;
|
||||
}
|
||||
}
|
||||
|
||||
input {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user