diff --git a/www/theme/default/style.css b/www/theme/default/style.css index f0114cad7d..3b2652a138 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -56,3 +56,6 @@ a.showMoreImage:hover {opacity: 1;} #moreExecution > .list-group {height: 380px; min-width: 150px; max-width:200px;} .main-recent-text{overflow: hidden; white-space: nowrap;} .chosen-container .chosen-drop{z-index: 1100;} + +.table-actions .btn{border: 1px solid #1183fb} +.table-actions .btn:hover{background: #b3d4fc}