diff options
| author | ryderr <r@okfoc.us> | 2014-10-02 16:06:44 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-02 16:06:44 -0400 |
| commit | d3cc41049b0f7501a5cf9f0afa2c7c4ecc0ed5ae (patch) | |
| tree | 8ca88f127371fba34d660a04a41a6fcb13c000bd | |
| parent | 1f9e1bc496d1b62ceb23c2e7296b865630509e88 (diff) | |
removing close edit
| -rwxr-xr-x | public/assets/stylesheets/app.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 07bf93c..f230c93 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1916,7 +1916,11 @@ form li textarea { color:white; cursor:pointer; } - +.chardinjs-tooltiptext { + font-weight: 300; + line-height: 20px; + font-size: 16px; +} .box { display: table-cell; @@ -1945,13 +1949,10 @@ form li textarea { border: 1px solid black; box-shadow: -3px 4px black; line-height: 75px; - transform:translateY(-180px); -} -.noOverflow .close { - transform:translateY(0px); } + .desktop .close:hover { background:black; color:white; |
