diff --git a/core/modules/system/system.theme.css b/core/modules/system/system.theme.css
index dd36ce3..f71a2c4 100644
--- a/core/modules/system/system.theme.css
+++ b/core/modules/system/system.theme.css
@@ -80,11 +80,38 @@ td.active {
 /**
  * Markup generated by Form API.
  */
+ 
 .form-item,
 .form-actions {
   margin-top: 1em;
   margin-bottom: 1em;
 }
+.form-actions {
+position: fixed;
+content: "";
+display: table;
+clear: both;
+bottom: 0px;
+border-top: 1px solid #aaaaaa;
+width: 100%;
+height: auto;
+background-color: #ffffff;
+margin-bottom: 0px;
+padding-left: 36px;
+padding-bottom: 5px;
+padding-top: 5px;
+left:0px;
+z-index: 1000;
+}
+.search-box .form-actions, #user-filter-form .form-actions, .view-preview-form .form-actions, .user-login-form .form-actions {
+position: relative;
+border-top: 0px;
+background-color: transparent;
+width: auto;
+clear: none;
+padding: 0px;
+margin: 0px;
+}
 tr.odd .form-item,
 tr.even .form-item {
   margin-top: 0;
diff --git a/core/modules/toolbar/css/toolbar.theme.css b/core/modules/toolbar/css/toolbar.theme.css
index c1317e5..bf520a5 100644
--- a/core/modules/toolbar/css/toolbar.theme.css
+++ b/core/modules/toolbar/css/toolbar.theme.css
@@ -67,6 +67,7 @@
 .toolbar .horizontal {
   border-bottom: 1px solid #aaaaaa;
   box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3333);
+  background-color: #ffffff;
 }
 .toolbar .horizontal .tray {
   background-color: #f5f5f5;
