Tweaks from concurrent project
This commit is contained in:
@@ -167,6 +167,20 @@ body {
|
||||
|
||||
|
||||
|
||||
/********************************** ListBox **********************************/
|
||||
|
||||
select {
|
||||
background : var(--window);
|
||||
border : 1px solid var(--control-shadow);
|
||||
color : var(--window-text);
|
||||
font-family: var(--font-dialog);
|
||||
font-size : var(--font-size);
|
||||
line-height: var(--font-size);
|
||||
padding : 1px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/********************************** MenuBar **********************************/
|
||||
|
||||
[role="menubar"] {
|
||||
@@ -230,8 +244,10 @@ input[type="text"] {
|
||||
background : var(--window);
|
||||
border : 1px solid var(--control-shadow);
|
||||
color : var(--window-text);
|
||||
font-family: var(--font-dialog);
|
||||
font-size : var(--font-size);
|
||||
line-height: var(--font-size);
|
||||
padding : 1px;
|
||||
}
|
||||
|
||||
|
||||
@@ -418,7 +434,9 @@ input[type="text"] {
|
||||
[role="dialog"][window="cpu"] [name="wrap-registers"] input[type="text"] {
|
||||
border : none;
|
||||
font-family : var(--font-hex);
|
||||
height : var(--font-size);
|
||||
margin-right: 1px;
|
||||
padding : 0;
|
||||
text-align : right;
|
||||
width : 58px;
|
||||
}
|
||||
@@ -474,3 +492,10 @@ input[type="text"] {
|
||||
border-color: var(--control-shadow);
|
||||
color : var(--window-text);
|
||||
}
|
||||
|
||||
[role="dialog"][window="cpu"] [name="expansion"]
|
||||
input[type="text"][aria-disabled="true"],
|
||||
[role="dialog"][window="cpu"] [name="expansion"]
|
||||
[aria-disabled="true"] [name="check"]{
|
||||
cursor: not-allowed !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user