Mercurial > lada > lada-client
diff resources/css/lada.css @ 878:545b8913601d
Applied patch from Workshop: The RW-Icon in the Probenliste is now clickable. This somehow affected the List of Proben which is now more dense.
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 17 Jul 2015 15:44:51 +0200 |
parents | 91334325149f |
children | 8e5ee263d7c7 |
line wrap: on
line diff
--- a/resources/css/lada.css Fri Jul 17 15:24:27 2015 +0200 +++ b/resources/css/lada.css Fri Jul 17 15:44:51 2015 +0200 @@ -16,6 +16,25 @@ .window-inactive .x-window-header-text {color: #a9a9a9;} + +.x-action-col-cell img +{ + cursor: pointer; + background-repeat: no-repeat; + background-position: center; +} + +.x-action-col-cell img.noedit +{ + background-image: url(/resources/img/view-time-schedule-baselined.png); +} + +.x-action-col-cell img.edit +{ + background-image: url(/resources/img/view-time-schedule-edit.png); +} + + /* do not display clear-button (x) in IE10+ Input fields */ ::-ms-clear { display: none;