Removed some unnecessary CSS overrides.

There's an attribute for that.
This commit is contained in:
Oliver Hamlet
2014-11-13 05:49:11 +00:00
parent 62f67ae8aa
commit e37059ebc4
2 changed files with 1 additions and 12 deletions
-11
View File
@@ -1,16 +1,5 @@
/* These styles override Polymer's own internal styling for certain elements. */
/* The following 3 rules are for setting the sizes of the drawer and panel. */
#container::shadow #main {
left: 33% !important;
}
#container::shadow .narrow-layout #main {
left: 0 !important;
}
#container::shadow #drawer {
width: 33% !important;
}
/* These overrides change the colour of the game menu's text and underline. */
#gameMenu::shadow > paper-dropdown-menu {
border-bottom-color: #f1f1f1;
+1 -1
View File
@@ -98,7 +98,7 @@
<paper-button id="applySortButton" class="hidden">Apply</paper-button>
<paper-button id="cancelSortButton" class="hidden">Cancel</paper-button>
</core-toolbar>
<core-drawer-panel id="container">
<core-drawer-panel id="container" drawerWidth="33%">
<div drawer vertical layout>
<paper-tabs id="sidebarTabs" selected="0">
<paper-tab>Plugins</paper-tab>