mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
GUAC-1170: Scale border size relative to font.
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
background: #444;
|
background: #444;
|
||||||
|
|
||||||
border: 2px solid #666;
|
border: 0.125em solid #666;
|
||||||
-moz-border-radius: 0.25em;
|
-moz-border-radius: 0.25em;
|
||||||
-webkit-border-radius: 0.25em;
|
-webkit-border-radius: 0.25em;
|
||||||
-khtml-border-radius: 0.25em;
|
-khtml-border-radius: 0.25em;
|
||||||
|
@@ -97,7 +97,7 @@
|
|||||||
|
|
||||||
background: #444;
|
background: #444;
|
||||||
|
|
||||||
border: 2px solid #666;
|
border: 0.125em solid #666;
|
||||||
-moz-border-radius: 0.25em;
|
-moz-border-radius: 0.25em;
|
||||||
-webkit-border-radius: 0.25em;
|
-webkit-border-radius: 0.25em;
|
||||||
-khtml-border-radius: 0.25em;
|
-khtml-border-radius: 0.25em;
|
||||||
|
Reference in New Issue
Block a user