Skip to content

Commit

Permalink
ISIS template text separator in mobile view
Browse files Browse the repository at this point in the history
PR for #16267
  • Loading branch information
brianteeman committed Oct 4, 2017
1 parent 9d936f3 commit 2a2f342
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions administrator/templates/isis/css/template-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -4653,6 +4653,10 @@ a.badge:focus {
.dl-horizontal dd {
margin-left: 0;
}
.dropdown-menu .menuitem-group {
background-color: #10223e;
color: #eee;
}
.container {
width: auto;
}
Expand Down
4 changes: 4 additions & 0 deletions administrator/templates/isis/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -4653,6 +4653,10 @@ a.badge:focus {
.dl-horizontal dd {
margin-left: 0;
}
.dropdown-menu .menuitem-group {
background-color: #10223e;
color: #eee;
}
.container {
width: auto;
}
Expand Down
8 changes: 8 additions & 0 deletions media/jui/less/responsive-767px-max.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
}
}

// MENU SEPERATOR
// --------------
// Reset background
.dropdown-menu .menuitem-group {
background-color:#10223e;
color: #eee;
}

// GRID & CONTAINERS
// -----------------
// Remove width from containers
Expand Down
4 changes: 4 additions & 0 deletions templates/protostar/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -4835,6 +4835,10 @@ a.badge:focus {
.dl-horizontal dd {
margin-left: 0;
}
.dropdown-menu .menuitem-group {
background-color: #10223e;
color: #eee;
}
.container {
width: auto;
}
Expand Down

0 comments on commit 2a2f342

Please sign in to comment.