Skip to content

Commit

Permalink
SAK-46736 - Admin Workspace: Delegated Access - Dark Theme Makes List…
Browse files Browse the repository at this point in the history
… Unreadable (sakaiproject#10124)
  • Loading branch information
jonespm authored Jan 23, 2022
1 parent 97d48c8 commit 46e1109
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,6 @@
* limitations under the License.
-->

<wicket:head>
<style>
.colDiv{
display: inline-block;
}

.headerText{
font-weight: bold;
}

.inputForm{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: none repeat scroll 0 0 #ddd;
padding: 0.7em;
}

.odd{
background: #eee;
}

.even{
background: #FAFAFA;
}

</style>
</wicket:head>
<body>
<wicket:extend>
<form wicket:id="form">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,6 @@
* limitations under the License.
-->

<wicket:head>
<style>
.headerText{
font-weight: bold;
}

.inputForm{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: none repeat scroll 0 0 #ddd;
padding: 0.3em;
}
</style>
</wicket:head>
<body>
<wicket:extend>
<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
}
div.wicket-tree-table a{
float: none !important;
color: black;
}

div.noRoles div.wicket-tree-table {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
div.wicket-tree-table{
margin: 10px 0;
width: 100%;
color: black;
}
div.my-tree div.wicket-tree-table-body {
height: 20em;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,28 @@
input[name="addAddSites"] {
margin-top:calc(#{$standard-spacing} / 2)
}

.colDiv{
display: inline-block;
}

.headerText{
font-weight: bold;
}

.inputForm{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: none repeat scroll 0 0 var(--sakai-background-color-2);
padding: 0.3em;
}

.odd{
background: var(--sakai-background-color-2);
}

.even{
background: transparent;
}
}

0 comments on commit 46e1109

Please sign in to comment.