-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Isolating message list styling changes to extended search. (Graylog2/…
…graylog-plugin-enterprise#265) In 28ee69b43f0906e0a1241f5aba568c1ed427e42f stylings were introduced which change the look of the message table widget globally (on the current and the new search page). This PR is reverting this by isolating styling changes to the new search only. Fixes Graylog2/graylog-plugin-enterprise#254.
- Loading branch information
1 parent
60677c6
commit 7bfbd26
Showing
3 changed files
with
19 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
enterprise/src/web/enterprise/components/widgets/MessageList.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
:local(.messageListTableHeader) table.messages thead th, :local(.messageListTableHeader) table.messages thead { | ||
background-color: #eee; | ||
color: #333; | ||
} | ||
:local(.messageListPaginator) #message-table-paginator-top { | ||
margin-bottom: 12px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters