mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
GUACAMOLE-630: Add compatibility prefixes for flexbox layout properties.
This commit is contained in:
@@ -35,13 +35,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.terminal-color-scheme-field .custom-color-scheme-section {
|
.terminal-color-scheme-field .custom-color-scheme-section {
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: -moz-box;
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -webkit-flex;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.terminal-color-scheme-field .guac-input-color {
|
.terminal-color-scheme-field .guac-input-color {
|
||||||
|
|
||||||
display: block;
|
display: block;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
flex: 1;
|
|
||||||
width: 1.5em;
|
width: 1.5em;
|
||||||
height: 1.5em;
|
height: 1.5em;
|
||||||
min-width: 1.25em;
|
min-width: 1.25em;
|
||||||
@@ -51,6 +55,13 @@
|
|||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: black;
|
color: black;
|
||||||
|
|
||||||
|
-ms-flex: 1;
|
||||||
|
-moz-box-flex: 1;
|
||||||
|
-webkit-box-flex: 1;
|
||||||
|
-webkit-flex: 1;
|
||||||
|
flex: 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.terminal-color-scheme-field .guac-input-color.read-only {
|
.terminal-color-scheme-field .guac-input-color.read-only {
|
||||||
|
Reference in New Issue
Block a user