X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=icedeb.css;h=c12c541b5054873936ff504e2853fb2ae20e0364;hp=d1b2f8b3de16f53c0b46781f1f1ca2002bad6625;hb=8b4cc4bb03e6fdd909226a01d0ef3332c1256d5f;hpb=5dc3ac34880c52f61bdac672374d08b87a921051 diff --git a/icedeb.css b/icedeb.css index d1b2f8b..c12c541 100644 --- a/icedeb.css +++ b/icedeb.css @@ -1,10 +1,24 @@ -div.icedeb-button { - background: lightgray; +body { padding: 1ex; } +#clipboard { margin: 2px; } + +#button-list-container { + background: linear-gradient(to bottom, hsl(222,4%,89%) 0%, hsl(0,0%,100%) 100%); + display: flex; + flex-direction: column; + padding: 0.1ex; +} +#button-list-container > * { + margin: 0.5ex; + padding 0.1ex; +} + +.icedeb-button { border-radius: 5px; + cursor: pointer; + color: blue; } -.hidden { display: none; } -#clipboard { - position: absolute; - left: -50000px; +.icedeb-button:hover { + text-decoration: underline; } -#sorry { font-size: 80%; } +.hidden { display: none; } +a, a:visited { color: blue; }