Merge pull request #260 from ethereum/css-fixes

Css fixes
pull/1/head
chriseth 8 years ago committed by GitHub
commit ed0741383c
  1. 4
      assets/css/browser-solidity.css
  2. 6
      assets/css/styles.css
  3. 2
      assets/css/universal-dapp.css

@ -1,5 +1,5 @@
body {
padding: 0px;
padding: 0;
font-size: 12px;
color: #111111;
font-weight: normal;
@ -142,7 +142,7 @@ body {
width: 37em;
max-width: 80vw;
right: 0;
bottom: 0px;
bottom: 0;
overflow: auto;
box-sizing: border-box;
}

@ -157,9 +157,9 @@ header ul a:hover {
}
header ul a:active {
-webkit-box-shadow: inset 0px 2px 2px 0px #ddd;
-moz-box-shadow: inset 0px 2px 2px 0px #ddd;
box-shadow: inset 0px 2px 2px 0px #ddd;
-webkit-box-shadow: inset 0 2px 2px 0 #ddd;
-moz-box-shadow: inset 0 2px 2px 0 #ddd;
box-shadow: inset 0 2px 2px 0 #ddd;
}
strong {

@ -36,7 +36,7 @@
.udapp-setup button {
background-color: #556DF3;
border-button: #556DF3;
border-color: #556DF3;
color: white;
cursor: pointer;
}

Loading…
Cancel
Save