Skip to content

Commit

Permalink
Fixes #1465 (#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll authored Jan 26, 2020
1 parent 26471a9 commit 03f9d92
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/UniversalDashboard/Themes/Azure.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,7 @@ $AlternateFontColor = "#FFFFFF"
'.pagination li a'= @{
'color' = "#FFFFFF !important"
}
".ud-navbar"= @{
'width' = "100%"
'position' = "fixed"
'z-index'= "9999"
}


'input:not([type]), input[type="date"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="search"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="text"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="url"]:not(.browser-default), textarea.materialize-textarea' = @{
'border-bottom' = "1px solid #FFFFFF"
'color'= "#FFFFFF"
Expand Down Expand Up @@ -201,10 +196,5 @@ $AlternateFontColor = "#FFFFFF"
'color' = "#FFFFFF"
'background-color' = "#333333"
}
'header, nav, section' = @{
'display' = "block"
'margin-bottom' = "5%"
}

}
}

0 comments on commit 03f9d92

Please sign in to comment.