Skip to content
Snippets Groups Projects
Commit 454b905a authored by Michaela Brückner's avatar Michaela Brückner :unicorn:
Browse files

fixes #2134

parent 9950bd63
No related branches found
No related tags found
1 merge request!4Draft: Icon creation
...@@ -275,7 +275,6 @@ button.button[disabled]:hover { ...@@ -275,7 +275,6 @@ button.button[disabled]:hover {
.widget-links.sidebar-views > li.active { .widget-links.sidebar-views > li.active {
background-color: $medium-gray; background-color: $medium-gray;
box-shadow: unset; box-shadow: unset;
//border: 1px solid $black;
border-top: 2px solid $black; border-top: 2px solid $black;
border-bottom: 2px solid $black; border-bottom: 2px solid $black;
...@@ -475,7 +474,8 @@ tr.sortable th.sortdesc:after, ...@@ -475,7 +474,8 @@ tr.sortable th.sortdesc:after,
.course-admin th .course-completion, .course-admin th .course-completion,
.sortable-table .tablesorter-headerDesc .tablesorter-header-inner:after, .sortable-table .tablesorter-headerDesc .tablesorter-header-inner:after,
.sortable-table .tablesorter-headerAsc .tablesorter-header-inner:after, .sortable-table .tablesorter-headerAsc .tablesorter-header-inner:after,
.action-menu-wrapper .action-menu-icon, .action-menu .action-menu-icon, .action-menu-wrapper .action-menu-icon,
.action-menu .action-menu-icon,
.contentbox header nav .tooltip-icon, .contentbox header nav .tooltip-icon,
article header h1 .tooltip-icon, article header h1 .tooltip-icon,
section.course-statusgroups article header h1 a img { section.course-statusgroups article header h1 a img {
...@@ -1286,7 +1286,8 @@ table.course-search { ...@@ -1286,7 +1286,8 @@ table.course-search {
} }
.cw-container-wrapper, .cw-container-wrapper,
.cw-ribbon-tools { .cw-ribbon-tools,
.courseware-unit-item {
border: 2px solid $black; border: 2px solid $black;
} }
...@@ -1296,19 +1297,9 @@ table.course-search { ...@@ -1296,19 +1297,9 @@ table.course-search {
.cw-discuss-wrapper header, .cw-discuss-wrapper header,
.cw-collapsible .cw-collapsible-title, .cw-collapsible .cw-collapsible-title,
.cw-manager-element .cw-manager-container .cw-manager-container-title { .cw-manager-element .cw-manager-container .cw-manager-container-title {
//background-color: $white;
border-bottom: 1px solid $black; border-bottom: 1px solid $black;
} }
.cw-action-widget li button,
.cw-view-widget li button,
.cw-export-widget li button,
.cw-action-widget li a,
.cw-view-widget li a,
.cw-export-widget li a {
//color: $black !important;
}
.cw-action-widget-add:hover span, .cw-action-widget-add:hover span,
.cw-action-widget li button:hover, .cw-action-widget li button:hover,
.cw-export-widget li button:hover, .cw-export-widget li button:hover,
...@@ -1355,6 +1346,10 @@ table.course-search { ...@@ -1355,6 +1346,10 @@ table.course-search {
filter: unset; filter: unset;
} }
.cw-unit-action-menu .action-menu-icon {
filter: brightness(0);
}
.cw-tabs-nav button { .cw-tabs-nav button {
color: $contrast-blue; color: $contrast-blue;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment